Enum PathOperations

Enum PathOperations

Der Name: Aspose.Imaging.FileFormats.Core.VectorPaths Versammlung: Aspose.Imaging.dll (25.4.0)

Die Operationen für die Pfadformen kombinieren (Boolean Operationen).

public enum PathOperations

Fields

CombineShapes = 1

Combine Shapes (OR Operation). Dies ist ein Standardwert in Photoshop.

ExcludeOverlappingShapes = 0

Ausnahme von überlappenden Formen (XOR Operation).

IntersectShapeAreas = 3

Intersect Shape Areas (und Operationsgebiete).

SubtractFrontShape = 2

Subtract Front Shape (NOT Operation).

 Deutsch