Converts rectangle coordinates and dimensions from workspace-related to control-related ones.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Function WorkspaceToControl ( _ workspaceRectangle As RectangleF, _ workspaceUnit As Unit _ ) As Rectangle
Rectangle WorkspaceToControl( RectangleF workspaceRectangle, Unit workspaceUnit )
To apply a translation from the control coordinates to workspace coordinates, use the ControlToWorkspace(Rectangle, Unit) method.