Retrieves the Win32 handle of the brush.
public final int getHandle()
Returns a Win32 handle value.
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.