Shape Class |
Namespace: RootPro.RootProCAD
The Shape type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Get the attribute collection.
|
![]() | Document |
Acquire the document.
|
![]() | DrawGroup |
Acquire the parent's drawing group.
|
![]() | Drawing |
Acquire a partial diagram.
|
![]() | IsComposite |
Gets a value indicating whether it is a complex figure.
|
![]() | IsTemporary |
Get a value indicating whether it is a temporary shape.
|
![]() | Layer |
Get or set the layer.
|
![]() | LayerID |
Get or set the ID of the layer.
|
![]() | Number |
Acquires the figure number.
|
![]() | RecordID |
Get the record ID.
|
Name | Description | |
---|---|---|
![]() | Clone |
Duplicate a shape to create a temporary instance.
|
![]() | Copy |
Create a copy of the shape and add it to the drawing.
|
![]() | Delete |
Delete the shape.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Explode |
Disassemble the 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.) |
![]() | GetBoundingBox |
Get the rectangular area surrounding the shape.
|
![]() | GetBoundingPoints |
Get the area surrounding the shape.
|
![]() | GetExplodedShapes |
Get the decomposed figure.
|
![]() | 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.
|
![]() | Move |
Move the shape.
|
![]() | Rotate |
Rotate the shape.
|
![]() | Scale |
Zoom in or out the shape.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transform |
Convert geometry with specified magnification, angle and coordinates.
|