FEllipseScale(FEllipse, FEllipse) Method
Return the scale factor between the two ellipses.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FScale Scale(
FEllipse newEllipse,
FEllipse oldEllipse
)
Public Shared Function Scale (
newEllipse As FEllipse,
oldEllipse As FEllipse
) As FScale
No code example is currently available or this language may not be supported.
- newEllipse FEllipse
-
Reference to the new ellipse (numerator).
- oldEllipse FEllipse
-
Reference to the old or original ellipse (denominator).
FScale
Reference to the newly created scale containing the scaling factor
between the caller's two ellipses.