System::Drawing::Graphics::set_Transform 方法

Graphics::set_Transform method

为当前的 Graphics 对象设置几何世界变换。

void System::Drawing::Graphics::set_Transform(const SharedPtr<Drawing2D::Matrix> &matrix)
参数类型描述
矩阵const SharedPtr<Drawing2D::Matrix>&要设置的值

另见