Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints metode
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Menerapkan transformasi afine yang diwakili oleh Matrix ini ke array titik yang ditentukan.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Titik-titik. |
Lihat Juga
- 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
Menerapkan transformasi afine yang diwakili oleh Matrix ini ke bagian tertentu dari array titik.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Titik-titik. |
| startIndex | int32_t | Indeks awal. |
| numberOfPoints | int32_t | Jumlah titik. |
Lihat Juga
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++