ShapeOperation¶
Description¶
Specifies how to combine the shapes if the destination image already has a selection.
Static Properties¶
SHAPEADD readonly | Adds the shapes. |
SHAPEINTERSECT readonly | The resulting shape is the area of intersection between the two shapes. |
SHAPESUBTRACT readonly | Subtracts the loaded shape from the selection is the destination image. |
SHAPEXOR readonly | Replaces the shape in the destination image with the loaded selection. |