Matrix.MatrixElements 속성

정의

행렬의 요소를 가져오거나 설정합니다.

public:
 property System::Numerics::Matrix3x2 MatrixElements { System::Numerics::Matrix3x2 get(); void set(System::Numerics::Matrix3x2 value); };
public System.Numerics.Matrix3x2 MatrixElements { get; set; }
member this.MatrixElements : System.Numerics.Matrix3x2 with get, set
Public Property MatrixElements As Matrix3x2

속성 값

적용 대상