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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | 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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | 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++