ShopToolsUtilToPoint Method
Convert a single precision floating point point to a
System.Drawing.Point.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static Point ToPoint(
FVector2 point
)
Public Shared Function ToPoint (
point As FVector2
) As Point
No code example is currently available or this language may not be supported.
- point FVector2
-
Reference to the point to be converted.
Point
A System.Drawing.Point.