FEllipseScale(FEllipse, FEllipse) Method

Return the scale factor between the two ellipses.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FScale Scale(
	FEllipse newEllipse,
	FEllipse oldEllipse
)

Parameters

newEllipse  FEllipse
Reference to the new ellipse (numerator).
oldEllipse  FEllipse
Reference to the old or original ellipse (denominator).

Return Value

FScale
Reference to the newly created scale containing the scaling factor between the caller's two ellipses.

See Also