Enum PathOperations

Enum PathOperations

Il nome: Aspose.Imaging.FileFormats.Core.VectorPaths Assemblea: Aspose.Imaging.dll (25.4.0)

Le operazioni per le forme stradali combinate (operazioni booleane).

public enum PathOperations

Fields

CombineShapes = 1

Combine Shapes (OR operazione).Questo è il valore predefinito in Photoshop.

ExcludeOverlappingShapes = 0

Esclude le forme di overlapping (operazione XOR).

IntersectShapeAreas = 3

Le aree di forma intersettiche (AND operazioni).

SubtractFrontShape = 2

Sottrazione della forma frontale (operazione NON).

 Italiano