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; }