Draws a control point.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public MustOverride Sub Draw ( _ g As Graphics, _ coordinateMapper As ICoordinateMapper _ )
public abstract void Draw( Graphics g, ICoordinateMapper coordinateMapper )
Type: System.Drawing.Graphics
Target System.Drawing.Graphics object on which the control point should be drawn.As the control point does not know anything about control scroll bars position and its zoom, it simply uses the specifed coordinateMapper to transform its own (workspace) coordinates to control coordinates.