Available in the LEADTOOLS Imaging toolkit. |
SrcWidth property (Main Control)
Visual Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax float SrcWidth
Overview: Refer to Displaying an Image.
Remarks
Is the width of the source rectangle to use when painting.
The initial value is the width of the bitmap. You can set this property or use the SetSrcRect method to change the value.
The source rectangle specifies the portion of the bitmap to paint. Generally, this rectangle is used with the destination rectangle to scale the display. The unit of measure is determined by the ScaleMode property, and the position of the rectangle is relative to the origin of the bitmap.
See Also
Elements: SrcHeight property, SrcLeft property, SrcTop property
Topics: Raster Images: Displaying Images