Aspose::Page::EPS::PsDocument::ClipAndNewPath method
PsDocument::ClipAndNewPath method
Adds clip to current graphics state and than writes “newpath” operator. It is necessary to do to escape of confluence of this clipping path and some subsequent pathes such as glyphs outlined with “charpath” operator.
void Aspose::Page::EPS::PsDocument::ClipAndNewPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> s)
Parameter | Type | Description |
---|---|---|
s | System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> | The clipping path. |
See Also
- Typedef SharedPtr
- Class GraphicsPath
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++