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ámetro | Tipo | Descripción |
|---|---|---|
| s | System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> | La ruta de recorte. |
Ver también
- Typedef SharedPtr
- Class GraphicsPath
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++