EllipseShape
Class
Represents an ellipse.
Definition
Namespace:Telerik.Windows.Media.Imaging.Shapes
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class EllipseShape : IShape
Inheritance: objectEllipseShape
Implements:
Constructors
C#
public EllipseShape()
Properties
Gets the display name of an ellipse shape.
C#
public string DisplayName { get; }
The display name.
Implements:
Methods
Gets the ellipse geometry.
C#
public Geometry GetShapeGeometry()
Geometry
The geometry of an ellipse.
Implements: