System::Drawing::Graphics::set_Transform 方法
Graphics::set_Transform method
设置当前 Graphics 对象的几何世界变换。
void System::Drawing::Graphics::set_Transform(const SharedPtr<Drawing2D::Matrix> &matrix)
| Parameter | Type | 描述 |
|---|---|---|
| matrix | const SharedPtr<Drawing2D::Matrix>& | 要设置的值 |
另见
- Typedef SharedPtr
- Class Matrix
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++