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

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

Applies the affine transformation represented by this Matrix to a specified array of points.

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
ParameterTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>The points.

See Also

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

Applies the affine transformation represented by this Matrix to a specified part of array of points.

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
ParameterTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>The points.
startIndexint32_tThe start index.
numberOfPointsint32_tThe number of points.

See Also