Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Bounds Property


In This Topic
Bounds Property (DrawingObject)
In This Topic
Gets the boundary of the drawing object in pixels.
Syntax
'Declaration
 
Public ReadOnly Property Bounds As Rectangle
 
'Usage
 
Dim instance As DrawingObject
Dim value As Rectangle
 
value = instance.Bounds
See Also