FMatrix3Scale(FPoint, FPoint) Method

Scale a point by the specified translation.

Definition

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

Parameters

point  FPoint
Reference point.
scale  FPoint
Scale for the X and Y axes.

Return Value

FPoint
Scaled point.

See Also