Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetGeometryBounds Method
The builder that construct shape's geometries


In This Topic
GetGeometryBounds Method
In This Topic
Get the boundary of the shape that was represented by their geometries
Syntax
'Declaration
 
Public Overridable Function GetGeometryBounds( _
   ByVal builder As FreeFormBuilder _
) As Rectangle
 
'Usage
 
Dim instance As WorksheetDrawing
Dim builder As FreeFormBuilder
Dim value As Rectangle
 
value = instance.GetGeometryBounds(builder)

Parameters

builder
The builder that construct shape's geometries
See Also