You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.pageToWorkspacePoint Method

Translates coordinates from the page-related coordinate system to the workspace-related one.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function pageToWorkspacePoint(point);

Parameters

point

Type: GraphicsMill..PointF

Coordinates in the page coordinate system.

Return Value

Coordinates in the workspace coordinate system.

See Also

Reference