Search
OffscreenContext.create Method (GraphicsConfiguration, Int32, Int32)
See Also
 






Creates an off-screen device context, compatible with the specified graphics.

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

 Syntax

Java  Copy Code

public static OffscreenContext create (
    GraphicsConfiguration gc,
    int width,
    int height
)

 Parameters

gc

width

height

 Return Value

 See Also