Graphics.getHandle

Overview | Methods | This Package | All Packages

Graphics.getHandle

Retrieves the Win32 device context handle (HDC) for this Graphics object.

Syntax

public final int getHandle()

Return Value

Returns the handle to the device context (HDC).

Exceptions

WFCException thrown if this object has already been disposed.