System::Drawing::Drawing2D::Matrix::Clone method

Matrix::Clone method

Creates a copy of the current object.

SharedPtr<Matrix> System::Drawing::Drawing2D::Matrix::Clone() const

ReturnValue

A Matrix object which is an exact copy of the current object.

See Also