Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / CreateGeometryDrawing Method


In This Topic
CreateGeometryDrawing Method (GdiPlusDrawingContext)
In This Topic
Syntax
'Declaration
 
Public Function CreateGeometryDrawing( _
   ByVal drawingObject As DrawingObject _
) As GeometryDrawing
 
'Usage
 
Dim instance As GdiPlusDrawingContext
Dim drawingObject As DrawingObject
Dim value As GeometryDrawing
 
value = instance.CreateGeometryDrawing(drawingObject)

Parameters

drawingObject
See Also