System::Drawing::Drawing2D::GraphicsPath::Transform methode

GraphicsPath::Transform(const MatrixPtr&) method

Transformeert het pad dat wordt weergegeven door het huidige object door de opgegeven transformatiematrix erop toe te passen.

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParameterTypeBeschrijving
matrixconst MatrixPtr&De transformatie-matrix die de transformatie specificeert

Zie ook

GraphicsPath::Transform(const SkMatrix&) method

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

Zie ook