Enum PathOperations

Enum PathOperations

Namn på plats: Aspose.Imaging.FileFormats.Core.VectorPaths Församling: Aspose.Imaging.dll (25.4.0)

Operationerna för vägformerna kombinerar (Boolean operationer).

public enum PathOperations

Fields

CombineShapes = 1

Combine Shapes (OR operation). Detta är standardvärdet i Photoshop.

ExcludeOverlappingShapes = 0

Undvik överlappande former (XOR-operation)

IntersectShapeAreas = 3

Intersect Shape Areas (AND drift)

SubtractFrontShape = 2

Subtract Front Shape (NOT-operation)

 Svenska