Search
OffscreenContext.copyFrom Method (OffscreenContext, Int32, Int32)
See Also
 






Copies the contents of the specified context onto this context, at the specified location.

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

 Syntax

Java  Copy Code

public boolean copyFrom (
    OffscreenContext source,
    int x,
    int y
)

 Parameters

source

x

y

 Return Value

 See Also