ShopToolsUtilTransformToAbsolute Method

Return a point on the physical working space that corresponds to a display-based coordinate.

Definition

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

Parameters

displayPoint  FPoint
The display point to transform, based on top, left anchor.

Return Value

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

See Also