Interface IGradientBrush

IGradientBrush interface

グラデーション ブラシの共通プロパティを取得するためのメソッドを宣言します。

public interface IGradientBrush : ITransformableBrush

プロパティ

名前説明
BlendFactors { get; }グラデーションのカスタム減衰を定義するブレンド係数を取得します。
BlendPositions { get; }グラデーションのカスタム減衰を定義するブレンド位置を取得します。
InterpolationColors { get; }マルチカラー線形グラデーションを定義する補間色を取得します。

関連項目