PaintRgnOnly property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL PaintRgnOnly

Overview

Refer to Displaying an Image.

Remarks

(Persistent property, available at design time) Determines whether only the current region of the bitmap paints. Painting can be automated with the AutoRepaint property or forced with the ForceRepaint method.

Value

Meaning

TRUE

Paint only the current region.

FALSE

Paint any part of the bitmap that is within the display rectangles.

See Also

Elements:

AutoRepaint property, ForceRepaint method, RepaintRect method, Transparent property

Topics:

Raster Images: Displaying Images

 

Implementing Transparency