is_intersect method
is_intersect(shape)
Indicates whether this shape is intersect another shape.
def is_intersect(self, shape):
...
Parameter | Type | Description |
---|---|---|
shape | Shape |
See Also
- module aspose.diagram
- class Shape
Indicates whether this shape is intersect another shape.
def is_intersect(self, shape):
...
Parameter | Type | Description |
---|---|---|
shape | Shape |