FAreaScale(FArea, Single) Method

Return the scaled version of the provided area with the specified scale.

Definition

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

Parameters

source  FArea
Reference to the reference area.
scale  Single
The scale to apply to the caller's area.

Return Value

FArea
The representation of the caller's area, where the specified scale has been applied.

See Also