Class WatermarkOptions
Class WatermarkOptions
名称: Aspose.Imaging.Watermark.Options 收藏: Aspose.Imaging.dll (25.4.0)
常见的水标取消算法选项。
public abstract class WatermarkOptions
Inheritance
Derived
ContentAwareFillWatermarkOptions , TeleaWatermarkOptions
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WatermarkOptions()
protected WatermarkOptions()
Properties
GraphicsPathMask
或者把面具拿出来。
public GraphicsPath GraphicsPathMask { get; set; }
财产价值
Mask
或者把面具拿出来。
public IEnumerable<point> Mask { get; set; }
财产价值
IEnumerable < Point >
PrecalculationProgressEventHandler
获取或设置默认点预算过程进展事件处理器。
public ProgressEventHandler PrecalculationProgressEventHandler { get; set; }