'Declaration Public Sub Draw( _ ByVal rendering As IRendering, _ ByVal point As System.Drawing.PointF _ )
public void Draw( IRendering rendering, System.Drawing.PointF point )
Parameters
- rendering
- The IRendering interface.
- point
- The point for start drawing.