FEllipseScale(FEllipse, Single) Method

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

Definition

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

Parameters

source  FEllipse
Reference to the reference ellipse.
scale  Single
The scale to apply to the caller's ellipse.

Return Value

FEllipse
A new representation of the caller's ellipse, where the specified scale has been applied, if legitimate. Otherwise, an empty ellipse.

See Also