Enum PathOperations
Enum PathOperations
De naam: Aspose.Imaging.FileFormats.Core.VectorPaths Verzameling: Aspose.Imaging.dll (25.4.0)
De operaties voor de route vormen combineren (Boolean operaties).
public enum PathOperations
Fields
CombineShapes = 1
Combine Shapes (OR operation) Dit is een standaardwaarde in Photoshop.
ExcludeOverlappingShapes = 0
Verwijder overlapende vormen (XOR-operatie)
IntersectShapeAreas = 3
Intersect Shape Areas (AND operatie)
SubtractFrontShape = 2
Subtract Front Shape (NOT operatie)