The Shape type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Shape.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
| |
| Dock |
How this shape is docked.
| |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
| |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
| |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
| |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
| |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
| |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
| |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
|