次の方法で共有


Graphics.Transform プロパティ

この Graphics オブジェクトのワールド変換を取得または設定します。

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

プロパティ値

このプロパティは、この Graphics オブジェクトのワールド変換を表す Matrix オブジェクトを指定します。

必要条件

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

参照

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