Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method

PageAPI::CreatePathGeometry() method

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

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()

ReturnValue

새 경로 기하학.

비고

.

또 보기

PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>) method

지정된 경로 도형 목록으로 새로운 경로 기하학을 생성합니다.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
매개변수형식설명
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>경로 피겨 목록.

ReturnValue

새 경로 기하학.

또 보기

PageAPI::CreatePathGeometry(System::String) method

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

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

ReturnValue

새 경로 기하학.

또 보기