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)
パラメーター説明
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)
パラメーター説明
pointsSystem::ArrayPtr<System::Drawing::PointF>ポイント。
startIndexint32_t開始インデックス。
numberOfPointsint32_tポイントの数。

参照