Search
OffscreenContext Members
Methods
 


Represents an off-screen painting target.

The following tables list the members exposed by the OffscreenContext type.

 Public Methods

  Name Description

copyFrom

Overloaded.  

create

Overloaded.  

createContext

Creates a device context that can be used for painting. The returned DeviceContext needs to be explicitly disposed of by the caller.

createGraphics

Creates a Graphics2D object that can be used for painting. The returned object needs to be explicitly disposed of by the caller.

createRenderTarget

 

dispose

Disposes all resources used by the context.

draw

Overloaded.  

saveToFile

Saves the context's content as an image file.

 See Also