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)
| パラメーター | 型 | 説明 |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | ポイント。 |
参照
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | ポイント。 |
| startIndex | int32_t | 開始インデックス。 |
| numberOfPoints | int32_t | ポイントの数。 |
参照
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++