Assembly: Andy;
The IWxSelectedShapes interface determines parameters for a collection of selected shapes.
IWxSelectedShapes
Method name | Brief description | |
![]() |
Add | The Add method adds a shape to a collection of selected shapes. |
![]() |
Align | The Align method aligns shapes based on the defined alignment settings. |
![]() |
Clear | The Clear method clears a collection of selected shapes. |
![]() |
Delete | The Delete method deletes a shape from the collection of selected shapes based on the defined index. |
![]() |
Remove | The Remove method removes the specified shape from the collection of selected shapes. |
![]() |
Size | The Size method resizes shapes based on the selected resizing type. |
Property name | Brief description | |
![]() |
Count | The Count property returns the number of workplace objects. |
![]() |
Item | The Item property returns a shape by the defined index. |
Method name | Brief description | |
![]() |
ClearAll | The ClearAll method removes all shapes from the workspace. |
![]() |
FindById | The FindById method searches for a shape by the identifier. |
![]() |
RemoveById | The RemoveById method removes a shape by identifier and returns whether the removal is successful. |
See also: