Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / MeasureGeometryDrawing Method / MeasureGeometryDrawing(GeometryDrawing) Method
The geometry shape.


In This Topic
MeasureGeometryDrawing(GeometryDrawing) Method
In This Topic
Measures the boundary of the specified GrapeCity.Drawing.GeometryDrawing object.
Syntax
'Declaration
 
Public Overloads Function MeasureGeometryDrawing( _
   ByVal geometryDrawing As GeometryDrawing _
) As Rectangle
 
'Usage
 
Dim instance As GdiPlusDrawingContext
Dim geometryDrawing As GeometryDrawing
Dim value As Rectangle
 
value = instance.MeasureGeometryDrawing(geometryDrawing)

Parameters

geometryDrawing
The geometry shape.

Return Value

The boundary of the geometry drawing.
See Also