Frame.TransformationMatrix
TransformationMatrix プロパティ
トランスフォーム行列。
定義
Visual Basic | Public Property TransformationMatrix As Matrix |
C# | public Matrix TransformationMatrix { get; set; } |
Managed C++ | public: __property Matrix get_TransformationMatrix(); public: __property void set_TransformationMatrix(Matrix); |
JScript | public function get TransformationMatrix() : Matrix public function set TransformationMatrix(Matrix); |
プロパティ値
Microsoft.DirectX.Matrix.
これは読み取り/書き込み可能プロパティである。
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.