System::Drawing::Drawing2D::GraphicsPath::Transform metod

GraphicsPath::Transform(const MatrixPtr&) method

Transformerar vägen som representeras av det aktuella objektet genom att tillämpa den angivna transformationsmatrisen på den.

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParameterTypBeskrivning
matrisconst MatrixPtr&Transformationsmatrisen som specificerar transformationen

Se även

GraphicsPath::Transform(const SkMatrix&) method

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

Se även