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
LTFIL

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

Elements:

Class Members

Example

For an example, refer to LBitmapBase::SetXResolution.