|
iText 9.2.0 API
|
Represents the clipping path data. More...
Public Member Functions |
|
| ClippingPathInfo (CanvasGraphicsState gs, Path path, Matrix ctm) | |
| Creates a new ClippingPathInfo instance. More... |
|
| virtual Path | GetClippingPath () |
| Gets the iText.Kernel.Geom.Path which represents current clipping path. More... |
|
| virtual Matrix | GetCtm () |
| Gets the current transformation matrix. More... |
|
Public Member Functions inherited from iText.Kernel.Pdf.Canvas.Parser.Data.AbstractRenderInfo |
|
| AbstractRenderInfo (CanvasGraphicsState gs) | |
| virtual CanvasGraphicsState | GetGraphicsState () |
| virtual bool | IsGraphicsStatePreserved () |
| virtual void | PreserveGraphicsState () |
| virtual void | ReleaseGraphicsState () |
Additional Inherited Members |
|
Package Functions inherited from iText.Kernel.Pdf.Canvas.Parser.Data.AbstractRenderInfo |
|
| virtual void | CheckGraphicsState () |
Package Attributes inherited from iText.Kernel.Pdf.Canvas.Parser.Data.AbstractRenderInfo |
|
| CanvasGraphicsState | gs |
Represents the clipping path data.
|
inline |
Creates a new ClippingPathInfo instance.
| gs | the canvas graphics state |
| path | the iText.Kernel.Geom.Path which represents current clipping path |
| ctm | the current transformation matrix |
|
inlinevirtual |
Gets the iText.Kernel.Geom.Path which represents current clipping path.
|
inlinevirtual |
Gets the current transformation matrix.