طريقة 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)
ParameterTypeالوصف
pointsSystem::ArrayPtr<System::Drawing::PointF>النقاط.

انظر أيضًا

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)
ParameterTypeالوصف
pointsSystem::ArrayPtr<System::Drawing::PointF>النقاط.
startIndexint32_tفهرس البداية.
numberOfPointsint32_tعدد النقاط.

انظر أيضًا