Interface IGradientBrush
Interface IGradientBrush
Nama dari : Aspose.Html.Drawing Pengumpulan: Aspose.HTML.dll (25.4.0)
Mengungkapkan metode untuk mendapatkan sifat umum dari sikat gradient.
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush , IBrush , IDisposable
Properties
BlendFactors
Dapatkan atau menetapkan faktor campuran yang menentukan falloff yang disesuaikan untuk gradient.
float[] BlendFactors { get; set; }
Nilai Properti
float [ ]
BlendPositions
Dapatkan atau menetapkan posisi campuran yang menentukan falloff yang disesuaikan untuk gradient.
float[] BlendPositions { get; set; }
Nilai Properti
float [ ]
InterpolationColors
Dapatkan atau menetapkan warna interpolasi yang menentukan gradient linear berbilang warna.
IInterpolationColor[] InterpolationColors { get; set; }