Overload | Description |
---|---|
Filter(NShape) | Returns true if the UserClass of the shape is equal to the UserClass passed to the constructor of this class. |
Filter(NNode) | Returns true if the node is a shape and its UserClass is equal to the UserClass passed to the constructor of this class. |
Filter(NPageItem) | Returns true if the item is a shape and its UserClass is equal to the UserClass passed to the constructor of this class. |
Filter(NDiagramItem) | Returns true if the item is a shape and its UserClass is equal to the UserClass passed to the constructor of this class. |