FEllipseScale(FEllipse, Single) Method
Return the scaled version of the provided ellipse with the specified
scale.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FEllipse Scale(
FEllipse source,
float scale
)
Public Shared Function Scale (
source As FEllipse,
scale As Single
) As FEllipse
No code example is currently available or this language may not be supported.
- source FEllipse
-
Reference to the reference ellipse.
- scale Single
-
The scale to apply to the caller's ellipse.
FEllipse
A new representation of the caller's ellipse, where the specified scale
has been applied, if legitimate. Otherwise, an empty ellipse.