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