طريقة Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
يطبق التحويل المتجانس الممثل بهذه المصفوفة على مصفوفة نقاط محددة.
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
يطبق التحويل المتجانس الممثل بهذه المصفوفة على جزء محدد من مصفوفة النقاط.
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++