Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints method

XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method

Applique la transformation affine représentée par cette Matrice à un tableau de points spécifié.

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
ParamètreTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>Les points.

Voir aussi

XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>, int32_t, int32_t) method

Applique la transformation affine représentée par cette Matrice à une partie spécifiée d’un tableau de points.

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
ParamètreTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>Les points.
startIndexint32_tL’index de départ.
numberOfPointsint32_tLe nombre de points.

Voir aussi