Overview | Methods | Fields | This Package | All Packages
Retrieves the Win32 handle of the brush.
Syntax
public final int getHandle()
Return Value
Returns a Win32 handle value.
Remarks
Every brush has a handle, an integer that uniquely identifies the brush to the operating system. After you retrieve the handle to a Brush object, you can pass that handle to any Win32 function that takes a brush handle as a parameter.