Aspose::Page::XPS::XpsDocument::CreatePathGeometry 메서드
내용물
[
숨다
]XpsDocument::CreatePathGeometry() method
새로운 경로 기하학을 생성합니다.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()
ReturnValue
새 경로 기하학.
비고
.
또 보기
- Typedef SharedPtr
- Class XpsPathGeometry
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>) method
지정된 경로 도형 목록으로 새로운 경로 기하학을 생성합니다.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | 경로 피겨 목록. |
ReturnValue
새 경로 기하학.
또 보기
- Typedef SharedPtr
- Class XpsPathGeometry
- Class List
- Class XpsPathFigure
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::String) method
축약형으로 지정된 새로운 경로 기하학을 생성합니다.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| abbreviatedGeometry | System::String | 경로 기하학의 축약 형태. |
ReturnValue
새 경로 기하학.
또 보기
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++