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

GraphicsPath::Transform(const MatrixPtr&) method

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

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParameterType描述
matrixconst MatrixPtr&指定变换的变换矩阵

另见

GraphicsPath::Transform(const SkMatrix&) method

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

另见