Aspose::Page::EPS::PsDocument::ClipAndNewPath method
PsDocument::ClipAndNewPath method
Ajoute un clip à l’état graphique actuel puis écrit l’opérateur “newpath”. Il est nécessaire de le faire pour éviter la confluence de ce chemin de découpage et de certains chemins ultérieurs tels que les glyphes tracés avec l’opérateur “charpath”.
void Aspose::Page::EPS::PsDocument::ClipAndNewPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> s)
| Paramètre | Type | Description |
|---|---|---|
| s | System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> | Le chemin de découpe. |
Voir aussi
- Typedef SharedPtr
- Class GraphicsPath
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++