Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints yöntemi
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Bu Matrisin temsil ettiği afin dönüşümü belirtilen nokta dizisine uygular.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parameter | Type | Açıklama |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Noktalar. |
Ayrıca Bakınız
- 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
Bu Matrisin temsil ettiği afin dönüşümü belirtilen nokta dizisinin bir kısmına uygular.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parameter | Type | Açıklama |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Noktalar. |
| startIndex | int32_t | Başlangıç indeksi. |
| numberOfPoints | int32_t | Nokta sayısı. |
Ayrıca Bakınız
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++