Available in the LEADTOOLS Imaging toolkit. |
SetSrcClipRect method (Main Control)
Visual
Basic example
Visual C++ 4.0 example
Visual J++ 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