ShopToolsUtilToPoint Method

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

Definition

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

Parameters

point  FVector2
Reference to the point to be converted.

Return Value

Point
A System.Drawing.Point.

See Also