set_Transform()

Graphics::set_Transform(const SharedPtr<Drawing2D::Matrix>&) method

Sets the geometric world transformation for the current Graphics object.

void System::Drawing::Graphics::set_Transform(const SharedPtr<Drawing2D::Matrix> &matrix)

Arguments

ParameterTypeDescription
matrixconst SharedPtr<Drawing2D::Matrix>&The value to set

See Also