System::Drawing::Drawing2D::GraphicsPath::Transform method

GraphicsPath::Transform(const MatrixPtr&) method

Trasforma il percorso rappresentato dall’oggetto corrente applicando la matrice di trasformazione specificata.

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParametroTipoDescrizione
matriceconst MatrixPtr&La matrice di trasformazione che specifica la trasformazione

Vedi anche

GraphicsPath::Transform(const SkMatrix&) method

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

Vedi anche