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


In This Topic
Bounds Property (GeometryDrawing)
In This Topic
Gets the boundary of the geometry drawing. The boundary is defined by the rectangle of the geometry inside its parent.
Syntax
'Declaration
 
Public Property Bounds As Rectangle
 
'Usage
 
Dim instance As GeometryDrawing
Dim value As Rectangle
 
instance.Bounds = value
 
value = instance.Bounds
See Also