Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment 메서드
XpsDocument::CreatePolyBezierSegment method
새로운 3차 베지어 곡선 집합을 생성합니다.
System::SharedPtr<XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | System::ArrayPtr<System::Drawing::PointF> | 여러 베지어 세그먼트에 대한 제어점. |
| isStroked | bool | 이 경로 세그먼트에 대한 스트로크가 그려지는지 여부를 지정합니다. |
ReturnValue
새 큐빅 베지어 곡선 세그먼트.
또 보기
- Typedef SharedPtr
- Class XpsPolyBezierSegment
- Typedef ArrayPtr
- Class PointF
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++