Interface IGradientBrush
Interface IGradientBrush
İsim alanı : Aspose.Html.Drawing Görüntüleme: Aspose.HTML.dll (25.4.0)
Gradient fırçalarının ortak özelliklerini elde etme yöntemlerini açıklayın.
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush , IBrush , IDisposable
Properties
BlendFactors
Gradient için özel bir falloff tanımlayan karışım faktörlerini alır veya ayarlar.
float[] BlendFactors { get; set; }
Mülkiyet Değer
float […]
BlendPositions
Gradient için özel bir falloff tanımlayan karıştırma pozisyonlarını alır veya ayarlar.
float[] BlendPositions { get; set; }
Mülkiyet Değer
float […]
InterpolationColors
Bir çok renkli lineer gradient tanımlayan interpolasyon renkleri alır veya ayarlar.
IInterpolationColor[] InterpolationColors { get; set; }
Mülkiyet Değer
IInterpolationColor […]