C1GcPdfGraphics Constructor
C1GcPdfGraphics(GcGraphics)
Initializes a new instance of the C1.Document.Util.C1GcPdfGraphics class.
Declaration
public C1GcPdfGraphics(GcGraphics g)
Public Sub New(g As GcGraphics)
Parameters
| Type |
Name |
Description |
| GcGraphics |
g |
The GcGraphics object used for rendering.
|