Method function IGDIPlus.IGPGraphics.IsVisible(TGPRect) : Boolean
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 IsVisible( rect : TGPRect ) : Boolean;
C++ Builder:
bool __fastcall IsVisible( TGPRect rect );
Visual C++ (MFC):
IsVisible( rect );
Summary
Determines whether the specified rectangle intersects the visible clipping region of this TGPGraphics object.
Description
Call this method to determine whether the specified rectangle intersects the visible clipping region of this TGPGraphics object. The visible clipping region is the intersection of the clipping region of this TGPGraphics object and the clipping region of the window.