Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / MeasureGeometryDrawing Method
The geometry shape.


In This Topic
MeasureGeometryDrawing Method (IDrawingContext)
In This Topic
Measures the boundary of the specified GeometryDrawing object.
Syntax
'Declaration
 
Function MeasureGeometryDrawing( _
   ByVal geometryDrawing As GeometryDrawing _
) As Rectangle
 
'Usage
 
Dim instance As IDrawingContext
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