Name | Description | |
---|---|---|
Count | Gets an integer value that represents the number of shapes in the collection. | |
Item | Gets the IShape object at the specified index. | |
Name | Gets the name of shape. |
The following tables list the members exposed by ICompositeShape.
Name | Description | |
---|---|---|
Count | Gets an integer value that represents the number of shapes in the collection. | |
Item | Gets the IShape object at the specified index. | |
Name | Gets the name of shape. |
Name | Description | |
---|---|---|
Add | Add shape as child. | |
CalculateRect | Calculates the client rectangle of a child shape inside the specified rectangle. | |
ContainsSelectedChild | Gets a boolean value indicates whether there is a selected child shape. | |
Deselect | Deselect this drawing object and all its selected children. | |
GetSelectedChilds | Gets all decendent child shapes. | |
Move | Move the child shape inside this ICompositeShape. | |
Paint | Paint the ICompositeShape object with children. | |
Remove | Remove shape from children | |
Resize | Resize child shape | |
Undo | Undo the data |