Aspose::Page::XPS::XpsDocument::CreatePathGeometry 메서드

XpsDocument::CreatePathGeometry() method

새로운 경로 기하학을 생성합니다.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()

ReturnValue

새 경로 기하학.

비고

.

또 보기

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)
매개변수형식설명
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>경로 피겨 목록.

ReturnValue

새 경로 기하학.

또 보기

XpsDocument::CreatePathGeometry(System::String) method

축약형으로 지정된 새로운 경로 기하학을 생성합니다.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
매개변수형식설명
abbreviatedGeometrySystem::String경로 기하학의 축약 형태.

ReturnValue

새 경로 기하학.

또 보기