Method function IGDIPlus.IGPGraphics.IsVisible(Integer;Integer;Integer;Integer) : Boolean

From Mitov Wiki Doc
Jump to: navigation, search

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( x : Integer, y : Integer, width : Integer, height : Integer ) : Boolean;

C++ Builder:

bool __fastcall IsVisible( int x, int y, int width, int height );

Visual C++ (MFC):

IsVisible(  x,  y,  width,  height );

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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox