ShopToolsUtilTransformFromAbsolute Method
Return a point on the top, left working space that corresponds to an
absolute coordinate on the defined physical table.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static FVector2 TransformFromAbsolute(
FVector2 absolutePoint
)
Public Shared Function TransformFromAbsolute (
absolutePoint As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- absolutePoint FVector2
-
The absolute point to transform.
FVector2
Reference to the point corresponding to the caller's absolute
coordinate.