次の方法で共有


Pen.Transform プロパティ

この Pen オブジェクトのジオメトリック変換を取得または設定します。

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

プロパティ値

この Pen オブジェクトのジオメトリック変換を表す Matrix オブジェクト。

解説

このプロパティでは、ペン先の楕円形状を定義します。この楕円は変換行列を適用して既定の円形から取得します。行列の平行移動部分は無視されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Pen クラス | Pen メンバ | System.Drawing 名前空間