[]
Represents an ellipse shape object.
public class EllipseShape : PSShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Public Class EllipseShape
Inherits PSShape
Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
| Name | Description |
|---|---|
| EllipseShape() | Creates a new ellipse shape. |
| EllipseShape(EllipseShape) | Creates a new shape that is a copy of the specified shape. |
| EllipseShape(SerializationInfo, StreamingContext) | Creates a new ellipse shape object from serialization. |
| Name | Description |
|---|---|
| Clone() | Creates a copy of this shape. |
| GetObjectData(SerializationInfo, StreamingContext) | Serializes the shape object. |
| SetInitialShape() | Creates the initial ellipse shape. |