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