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)
ParameterTypeالوصف
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)
ParameterTypeالوصف
abbreviatedGeometrySystem::Stringالصيغة المختصرة لهندسة المسار.

ReturnValue

هندسة مسار جديدة.

انظر أيضًا