System::Drawing::Drawing2D::GraphicsPath::Transform Methode

GraphicsPath::Transform(const MatrixPtr&) method

Transformiert den vom aktuellen Objekt dargestellten Pfad, indem die angegebene Transformationsmatrix darauf angewendet wird.

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParameterTypBeschreibung
Matrixconst MatrixPtr&Die Transformationsmatrix, die die Transformation angibt

Siehe auch

GraphicsPath::Transform(const SkMatrix&) method

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

Siehe auch