SetDstClipRect method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short SetDstClipRect (float fLeft, float fTop, float fWidth, float fHeight);

Overview

Refer to Displaying an Image.

Remarks

Sets the destination clipping rectangle that is used when painting an image.

The clipping rectangle specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.

See Also

Elements:

SetDstRect method, SetSrcClipRect method, SetSrcRect method

Topics:

Raster Images: Displaying Images