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