[]
Represents a universal "no" shape object.
public class UniversalNoShape : PSShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Public Class UniversalNoShape
Inherits PSShape
Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
| Name | Description |
|---|---|
| UniversalNoShape() | Creates a new universal "no" shape. |
| UniversalNoShape(UniversalNoShape) | Creates a new shape that is a copy of the specified shape. |
| UniversalNoShape(SerializationInfo, StreamingContext) | Creates a new universal "no" 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 universal "no" shape. |