PathGradientBrush オブジェクトに適用されるローカル ジオメトリック変換を定義する Matrix オブジェクトを取得または設定します。
Public Property Transform As Matrix
[C#]
public Matrix Transform {get; set;}
[C++]
public: __property Matrix* get_Transform();public: __property void set_Transform(Matrix*);
[JScript]
public function get Transform() : Matrix;public function set Transform(Matrix);
プロパティ値
PathGradientBrush オブジェクトで描画する塗りつぶしにだけ適用されるジオメトリック変換を定義する Matrix オブジェクト。
解説
ジオメトリック変換を適用して、グラデーションによる塗りつぶし部分を平行移動、スケール、回転、または傾斜させることができます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PathGradientBrush クラス | PathGradientBrush メンバ | System.Drawing.Drawing2D 名前空間