FPointScale Method

Scale the caller's point by a uniform factor.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint Scale(
	FPoint point,
	float scale
)

Parameters

point  FPoint
The point to be scaled.
scale  Single
The factor by which the point will be scaled.

Return Value

FPoint
Reference to the uniformly scaled point.

See Also