Search
OffscreenContext.create Method (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 (
    int width,
    int height
)

 Parameters

width

height

 Return Value

 See Also