Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints method
περιεχόμενα
[
κρύβω
]XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Εφαρμόζει τη γραμμική (affine) μετασχηματισμό που αντιπροσωπεύεται από αυτή τη Μήτρα σε έναν καθορισμένο πίνακα σημείων.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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
Εφαρμόζει τη γραμμική (affine) μετασχηματισμό που αντιπροσωπεύεται από αυτή τη Μήτρα σε ένα καθορισμένο τμήμα του πίνακα σημείων.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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++