IsPtInRgn method (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL IsPtInRgn (float fx, float fy);

Overview

Refer to Creating and Using a Bitmap Region.

Remarks

Determines whether the specified point is in the bitmap's region.

The coordinates of the point are relative to the LEAD bitmap in memory. The unit of measure is determined by the ScaleMode property.

Value

Meaning

TRUE

The bitmap has a region.

FALSE

The bitmap does not have a region.

See Also

Elements:

HasRgn property, GetRgnArea method, RgnHeight property, RgnLeft property, RgnTop property, RgnWidth property

Topics:

Raster Images: Creating and Using a Region