Matrix.Elements プロパティ
この Matrix オブジェクトの要素を表す浮動小数点値の配列を取得します。
Public ReadOnly Property Elements As Single ()
[C#]
public float[] Elements {get;}
[C++]
public: __property float get_Elements();
[JScript]
public function get Elements() : float[];
プロパティ値
この Matrix オブジェクトの要素を表す浮動小数点値の配列。
解説
Matrix オブジェクトの要素 m11、m12、m21、m22、dx、dy は、配列内の値によってその順序で表されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ