Search
SvgContent.loadImage Method (String, 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 (
    String fileName,
    Rectangle2D bounds
)

 Parameters

fileName

A string containing the path of an SVG file.

bounds

A Rectangle2D specifying the image size.

 Return Value

A java.awt.Image instance.

 See Also