Transform()

GraphicsPath::Transform(const MatrixPtr&) method

Transforms the path represented by the current object by applying the specified transform matrix to it.

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

Arguments

ParameterTypeDescription
matrixconst MatrixPtr&The transform matrix specifying the transformation

GraphicsPath::Transform(const SkMatrix&) method

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

See Also