Matrix.Elements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得浮點值的陣列,該陣列表示這個 Matrix 的項目。
public:
property cli::array <float> ^ Elements { cli::array <float> ^ get(); };
public float[] Elements { get; }
member this.Elements : single[]
Public ReadOnly Property Elements As Single()
屬性值
Single[]
浮點值的陣列,表示這個 Matrix 的項目。
備註
元素 m11、m12、m21、m22、dx 和 dy 的 Matrix 元素會以該順序表示陣列中的值。