Converts a TGPRectF (GDI+ rectange: left, top, width, and height) to a TRectF (left, top, right, bottom)
Namespace: RSGdiPlusGraphicsTypes
Delphi |
function RectF( const R: TGPRectF ): TRectF; overload; |
Parameters
R
Type: TGPRectF
Type: TRectF
Reference |