rectangles

Is the client rectangle passed to the draw method the same rectangle that can be obtained from GetCellBoundsCore? Or are there 2 rectangles for the client text and another rectangle for the cell boundaries? Thanks,

1 Reply

AD Administrator Syncfusion Team January 29, 2004 09:50 PM UTC

There are two rectangles. Rectangle textRectangle = RemoveMargins(clientRectangle, style); The adjustment is to remove the style.TextMargins.

Loader.
Up arrow icon