Enum PathOperations
Enum PathOperations
名称: Aspose.Imaging.FileFormats.Core.VectorPaths 收藏: Aspose.Imaging.dll (25.4.0)
路径形状结合的操作(Boolean操作)。
public enum PathOperations
Fields
CombineShapes = 1
Combine Shapes (OR 操作) 这在 Photoshop 中是默认值。
ExcludeOverlappingShapes = 0
排除 Overlapping Shapes(XOR操作)。
IntersectShapeAreas = 3
交叉形状区域(AND操作)
SubtractFrontShape = 2
Subtract Front Shape(不操作)