MindFusion.Charting for Java Programmer's Guide
PdfGraphics2D.drawImage Method
See Also
 






  Gauges

Namespace: com.mindfusion.pdf
File: com.mindfusion.pdf

 Syntax

Java  Copy Code

public void drawImage (
    BufferedImage img,
    BufferedImageOp op,
    int x,
    int y
)

 Parameters

img

op

x

y

 See Also