Class
EllipseShape

Represents an ellipse.

Definition

Namespace:Telerik.Windows.Media.Imaging.Shapes

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class EllipseShape : IShape

Inheritance: objectEllipseShape

Implements: IShape

Constructors

EllipseShape()

Declaration

cs-api-definition
public EllipseShape()

Properties

DisplayName

Gets the display name of an ellipse shape.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

The display name.

Implements IShape.DisplayName

Methods

GetShapeGeometry()

Gets the ellipse geometry.

Declaration

cs-api-definition
public Geometry GetShapeGeometry()

Returns

Geometry

The geometry of an ellipse.

Implements IShape.GetShapeGeometry()