Bounds Property (DrawItemEventArgs)
In This Topic
Gets the rectangle that represents the bounds of the item being drawn.
Syntax
'Declaration
Public ReadOnly Property Bounds As System.Drawing.Rectangle
public System.Drawing.Rectangle Bounds {get;}
See Also