Clone()

Matrix::Clone() const method

Creates a copy of the current object.

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

Return Value

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

See Also