LBitmapBase::SetYResolution
#include "ltwrappr.h"
L_VOID LBitmapBase::SetYResolution(nYRes)
L_INT nYRes; |
/* the vertical resolution value */ |
Sets the vertical resolution value for the bitmap.
Parameter |
Description |
nYRes |
The vertical resolution value for the bitmap. |
Returns
None
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
Example
For an example, refer to LBitmapBase::SetXResolution.