Class CdrEllipse
CdrEllipse class
The cdr Ellipse
public class CdrEllipse : CdrGraphicObject
Constructors
Name | Description |
---|
CdrEllipse() | The default constructor. |
Properties
Name | Description |
---|
Angle1 { get; set; } | Gets or sets the angle1. |
Angle2 { get; set; } | Gets or sets the angle2. |
BoundsInPixels { get; set; } | Gets or sets the bounds in pixels. |
ClipId { get; set; } | Gets or sets the clip identifier. |
Disposed { get; } | Gets a value indicating whether this instance is disposed. |
Document { get; set; } | Gets or sets the document. |
Height { get; set; } | Gets or sets the y. |
Parent { get; set; } | Gets or sets the parent. |
Pie { get; set; } | Gets or sets a value indicating whether this CdrEllipse is pie. |
Width { get; set; } | Gets or sets the x. |
Methods
Name | Description |
---|
Dispose() | Disposes the current instance. |
See Also