get_Elements()

Matrix::get_Elements() const method

Returns an arry containing the elements of the matrix in the following order: m11, m12, m21, m22, dx, dy.

System::ArrayPtr<float> System::Drawing::Drawing2D::Matrix::get_Elements() const

See Also