DrawingCollection Methods |
The DrawingCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddPaper |
Add a new form.
|
![]() | AddPart |
We will add a new partial figure.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDrawingByID |
We will retrieve a partial figure with the specified ID.
|
![]() | GetEnumerator |
Return an enumerator that iterates over the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Returns the index in the collection of the specified subdiagram.
|
![]() | IndexOfID |
Returns the index in the collection of the subgraph of the specified ID.
|
![]() | IndexOfName |
Returns the index in the collection of the specified subdiagram name.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OrderBy |
Sort the drawings according to the order of the specified names.
|
![]() | Remove |
Delete the specified drawing.
|
![]() | RemoveAt |
Delete the drawing with the specified index.
|
![]() | RemoveByName |
Delete the drawing with the specified name.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |