Method function IGDIPlus.IGPGraphics.GetVisibleClipBounds() : TGPRect
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: IGPGraphics
Contents |
Syntax
Delphi:
function GetVisibleClipBounds() : TGPRect;
C++ Builder:
TGPRect __fastcall GetVisibleClipBounds();
Visual C++ (MFC):
GetVisibleClipBounds();
Summary
Returns a rectangle that encloses the visible clipping region of the TGPGraphics object.
Description
Call this method to get a rectangle that encloses the visible clipping region of the TGPGraphics object. The visible clipping region is the intersection of the clipping region of this Graphics object and the clipping region of the window.