PdfGraphics constructor
PdfGraphics(
- PdfGraphicStream _page,
- PdfStream _buf
Create a new graphic canvas
Implementation
PdfGraphics(this._page, this._buf) {
_context = _PdfGraphicsContext(ctm: Matrix4.identity());
}