Retrieves a Win32 RECT structure that contains the settings of a Rectangle object.
public final RECT toRECT()
public final RECT toRect( Rectangle r )
r
A Rectangle object that specifies the rectangle to convert to a RECT structure. If no parameter is specified, the current settings on this Rectangle object are converted.
Returns a Win32 RECT structure that contains the rectangle's current values.