System::Drawing::Graphics::set_Transform method

Graphics::set_Transform method

Sets the geometric world transformation for the current Graphics object.

void System::Drawing::Graphics::set_Transform(const SharedPtr<Drawing2D::Matrix> &matrix)
ParameterTypeDescription
matrixconst SharedPtr<Drawing2D::Matrix>&The value to set

See Also