Search
PdfGraphics2D Constructor (Rectangle2D, GraphicsUnit)
See Also
 






Constructs new instance of the PdfGraphics2D object

Namespace: com.mindfusion.pdf
Package: com.mindfusion.pdf

 Syntax

Java  Copy Code

public PdfGraphics2D (
    Rectangle2D rect,
    GraphicsUnit gUnit
)

 Parameters

rect

Drawing area measured in diagram unit

gUnit

Measure unit of the diagram

 See Also