RegionShape Methods |
The RegionShape type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Duplicate a shape to create a temporary instance.
(Inherited from Shape.) | |
| Copy |
Create a copy of the shape and add it to the drawing.
(Inherited from Shape.) | |
| Delete |
Delete the shape.
(Inherited from Shape.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Explode |
Disassemble the shape.
(Inherited from Shape.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetArea |
Gets a double value representing the area of the region. The curve will be divided into lines with the specified number to calculate the area.
| |
| GetBoundingBox |
Get the rectangular area surrounding the shape.
(Inherited from Shape.) | |
| GetBoundingPoints |
Get the area surrounding the shape.
(Inherited from Shape.) | |
| GetCentroid |
Get the centroid coordinates of a region. The curve is divided into lines with the specified number and the centroid is measured.
| |
| GetExplodedShapes |
Get the decomposed figure.
(Inherited from Shape.) | |
| GetHashCode | Serves as the default hash function. (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.) | |
| Mirror |
Move the figure mirror image.
(Inherited from Shape.) | |
| Move |
Move the shape.
(Inherited from Shape.) | |
| Rotate |
Rotate the shape.
(Inherited from Shape.) | |
| Scale |
Zoom in or out the shape.
(Inherited from Shape.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Transform |
Convert geometry with specified magnification, angle and coordinates.
(Inherited from Shape.) |