Method function IGDIPlus.IGPRegion.GetBoundsF(IGPGraphics) : TGPRectF
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPRegion
Contents |
Syntax
Delphi:
function GetBoundsF( g : IGPGraphics ) : TGPRectF;
C++ Builder:
TGPRectF __fastcall GetBoundsF( IGPGraphics g );
Visual C++ (MFC):
GetBoundsF( g );
Summary
Gets a rectangle that encloses the region.
Description
Call this method to get a rectangle that encloses the region. Remarks The current world and page transformations of the graphics object are used to calculate the region and the rectangle as they are drawn on the display device. The rectangle returned by GetBoundsF is not always the smallest possible rectangle.