FEllipseClone Method
Create a deep clone of the caller's ellipse.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FEllipse Clone(
FEllipse ellipse
)
Public Shared Function Clone (
ellipse As FEllipse
) As FEllipse
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse to clone.
FEllipse
Reference to a new ellipse that is a complete deep clone of the
original, if the provided value was legitimate. Otherwise, an empty
ellipse.