PaintRgnOnly property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool PaintRgnOnly

Delphi Syntax

PaintRgnOnly: Boolean

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

Topics:

Raster Images: Displaying Images

 

Implementing Transparency