Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints 方法

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

将此 Matrix 表示的仿射变换应用于指定的点数组。

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
ParameterType描述
pointsSystem::ArrayPtr<System::Drawing::PointF>点。

另见

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

将此 Matrix 表示的仿射变换应用于点数组的指定部分。

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
ParameterType描述
pointsSystem::ArrayPtr<System::Drawing::PointF>点。
startIndexint32_t起始索引。
numberOfPointsint32_t点的数量。

另见