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


In This Topic
DrawGeometry Method (IDrawingContext)
In This Topic
Draws the specified GeometryDrawing object.
Syntax
'Declaration
 
Sub DrawGeometry( _
   ByVal geometryDrawing As GeometryDrawing, _
   ByVal rect As Rectangle _
) 
 
'Usage
 
Dim instance As IDrawingContext
Dim geometryDrawing As GeometryDrawing
Dim rect As Rectangle
 
instance.DrawGeometry(geometryDrawing, rect)

Parameters

geometryDrawing
The geometry shape.
rect
See Also