[]
Gets the text portion of a cell's rectangle.
public Rectangle GetTextRectangle(Rectangle rc, Image img, Image checkImage = null)
Type | Name | Description |
---|---|---|
Rectangle | rc | Cell rectangle. |
Image | img | Image that shares the cell space with the text. |
Image | checkImage | Checkbox image that shares the cell space with the text. |
Type | Description |
---|---|
Rectangle | A rectangle that represents the text portion of a cell, discounting the area taken up by the cell borders, padding, and images. |