ShopToolsUtilTransformFromAbsolute Method

Return a point on the top, left working space that corresponds to an absolute coordinate on the defined physical table.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static FPoint TransformFromAbsolute(
	FPoint absolutePoint
)

Parameters

absolutePoint  FPoint
The absolute point to transform.

Return Value

FPoint
Reference to the point corresponding to the caller's absolute coordinate.

See Also