Aspose::Page::EPS::PsDocument::ClipAndNewPath method

PsDocument::ClipAndNewPath method

Añade recorte al estado gráfico actual y luego escribe el operador "newpath". Es necesario hacerlo para evitar la confluencia de esta ruta de recorte y algunas rutas posteriores, como los glifos delineados con el operador "charpath".

void Aspose::Page::EPS::PsDocument::ClipAndNewPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> s)
ParámetroTipoDescripción
sSystem::SharedPtr<System::Drawing::Drawing2D::GraphicsPath>La ruta de recorte.

Ver también