System::Drawing::Drawing2D::GraphicsPath::Transform 方法
GraphicsPath::Transform(const MatrixPtr&) method
通过对其应用指定的变换矩阵来转换由当前对象表示的路径。
void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
| 参数 | 类型 | 描述 |
|---|---|---|
| 矩阵 | const MatrixPtr& | 指定变换的变换矩阵 |
另见
- Typedef MatrixPtr
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::Transform(const SkMatrix&) method
void System::Drawing::Drawing2D::GraphicsPath::Transform(const SkMatrix &matrix)
另见
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++