Interface IGradientBrush
Interface IGradientBrush
名称: Aspose.Html.Drawing 编辑: Aspose.HTML.dll (25.4.0)
宣布方法,以获得格拉迪特刷的常见特性。
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush , IBrush , IDisposable
Properties
BlendFactors
接收或设置定义为格拉迪安特定义的混合因素。
float[] BlendFactors { get; set; }
财产价值
float ( )
BlendPositions
接收或设置定义为格拉迪安特定义的混合位置。
float[] BlendPositions { get; set; }
财产价值
float ( )
InterpolationColors
接收或设置定义多颜色线性格拉迪安的交互颜色。
IInterpolationColor[] InterpolationColors { get; set; }