PathOperations

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PathOperations extends System.Enum

Die Vorgänge zum Kombinieren von Pfadformen (Boolesche Operationen).

Felder

FeldBeschreibung
ExcludeOverlappingShapesÜberlappende Formen ausschließen (XOR-Operation).
CombineShapesFormen kombinieren (OR-Operation).
SubtractFrontShapeVordere Form subtrahieren (NOT-Operation).
IntersectShapeAreasFlächen von Formen schneiden (AND-Operation).

ExcludeOverlappingShapes

public static final int ExcludeOverlappingShapes

Überlappende Formen ausschließen (XOR-Operation).

CombineShapes

public static final int CombineShapes

Formen kombinieren (OR-Operation). Dies ist der Standardwert in Photoshop.

SubtractFrontShape

public static final int SubtractFrontShape

Vordere Form subtrahieren (NOT-Operation).

IntersectShapeAreas

public static final int IntersectShapeAreas

Flächen von Formen schneiden (AND-Operation).