SetSrcClipRect method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

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

Overview

Refer to Displaying an Image.

Remarks

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

The clipping rectangle specifies the portion of the source rectangle to paint. This is used for updating the display when part of the source bitmap has changed.

See Also

Elements:

SetDstClipRect method, SetDstRect method, SetSrcRect method

Topics:

Raster Images: Displaying Images