ShopToolsUtilTransformToAbsolute Method
Return a point on the physical working space that corresponds to a
display-based coordinate.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static FPoint TransformToAbsolute(
FPoint displayPoint
)
Public Shared Function TransformToAbsolute (
displayPoint As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- displayPoint FPoint
-
The display point to transform, based on top, left anchor.
FPoint
Reference to the absolute point corresponding to the caller's display
coordinate.