FSizeScale Method

Return the caller's size, uniformly scaled by the specified factor.

Definition

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

Parameters

size  FSize
Size to be converted.
scale  Single
Factor by which to scale.

Return Value

FSize
A reference to the newly scaled size.

See Also