ShopToolsUtilToPoint Method

Convert a single precision floating point point to a System.Drawing.Point.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static Point ToPoint(
	FPoint point
)

Parameters

point  FPoint
Reference to the point to be converted.

Return Value

Point
A System.Drawing.Point.

See Also