System::Drawing::Drawing2D::GraphicsPath::Transform 方法

GraphicsPath::Transform(const MatrixPtr&) method

通过对其应用指定的变换矩阵来转换由当前对象表示的路径。

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
参数类型描述
矩阵const MatrixPtr&指定变换的变换矩阵

另见

GraphicsPath::Transform(const SkMatrix&) method

void System::Drawing::Drawing2D::GraphicsPath::Transform(const SkMatrix &matrix)

另见