Search
SvgContent.loadImage Method (Document, Rectangle2D)
See Also
 






Returns a java.awt.Image representation of the SVG drawing.

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public Image loadImage (
    Document document,
    Rectangle2D bounds
)

 Parameters

document

An XML Document containing SVG markup.

bounds

A Rectangle2D specifying the image size.

 Return Value

A java.awt.Image instance.

 See Also