PaintRgnOnly property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ 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