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