Aspose::Page::XPS::XpsModel::XpsCanvas::AddPath método

XpsCanvas::AddPath method

Agrega un nuevo path a la lista de hijos de este canvas.

System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::AddPath(System::SharedPtr<XpsPathGeometry> data)
ParámetroTipoDescripción
datosSystem::SharedPtr<XpsPathGeometry>La geometría de la ruta.

ReturnValue

Ruta añadida.

Ver también