System::Drawing::Drawing2D::GraphicsPath::Transform méthode

GraphicsPath::Transform(const MatrixPtr&) method

Transforme le chemin représenté par l’objet actuel en appliquant la matrice de transformation spécifiée.

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParamètreTypeDescription
matriceconst MatrixPtr&La matrice de transformation spécifiant la transformation

Voir aussi

GraphicsPath::Transform(const SkMatrix&) method

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

Voir aussi