Search
SvgContent.draw Method
See Also
 






Draws the SVG content on specified Graphics2D.

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

 Syntax

Java  Copy Code

public void draw (
    Graphics2D graphics,
    Rectangle2D bounds
)

 Parameters

graphics

A Graphics2D instance.

bounds

The target rectangle.

 See Also