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.2715.4228
public static FVector2 TransformToAbsolute(
FVector2 displayPoint
)
Public Shared Function TransformToAbsolute (
displayPoint As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- displayPoint FVector2
-
The display point to transform, based on top, left anchor.
FVector2
Reference to the absolute point corresponding to the caller's display
coordinate.