'Declaration
Public Overridable Function CreateGeometryDrawing( _ ByVal drawingObject As DrawingObject, _ Optional ByVal dpi As Integer _ ) As GeometryDrawing
'Usage
Dim instance As Factory Dim drawingObject As DrawingObject Dim dpi As Integer Dim value As GeometryDrawing value = instance.CreateGeometryDrawing(drawingObject, dpi)
public virtual GeometryDrawing CreateGeometryDrawing( DrawingObject drawingObject, int dpi )
Parameters
- drawingObject
- The drawing object object.
- dpi
Return Value
The GrapeCity.Drawing.GeometryDrawing object which can be used to draw a geometry shape.