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

GraphicsPath::Transform(const MatrixPtr&) method

Transforma la ruta representada por el objeto actual aplicándole la matriz de transformación especificada.

void System::Drawing::Drawing2D::GraphicsPath::Transform(const MatrixPtr &matrix)
ParámetroTipoDescripción
matrizconst MatrixPtr&La matriz de transformación que especifica la transformación

Ver también

GraphicsPath::Transform(const SkMatrix&) method

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

Ver también