PsDocument.ClipAndNewPath
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.
public void ClipAndNewPath(GraphicsPath s)
Parameter | Type | Description |
---|---|---|
s | GraphicsPath | The clipping path. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page