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