Converts point coordinates from control-related to workspace-related ones.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Function ControlToWorkspace ( _ controlPoint As Point, _ workspaceUnit As Unit _ ) As PointF
Type: System.Drawing.Point
The point containing values measured in the coordinates of the control.To apply a translation from the workspace coordinates to control coordinates, use the WorkspaceToControl(PointF, Unit) method.