Search
OffscreenContext.draw Method (Graphics2D, Int32, Int32)
See Also
 






Draws the contents of this context to the specified device context, at the specified location.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void draw (
    Graphics2D graphics,
    int x,
    int y
)

 Parameters

graphics

x

y

 See Also