GetStretchBltMode

GetStretchBltMode

VB声明

Declare Function GetStretchBltMode Lib "gdi32" Alias "GetStretchBltMode" (ByVal hdc As Long) As Long

说明

判断StretchBltStretchDIBits函数采用的伸缩模式。伸缩模式决定了Windows如何控制在伸缩过程中剔除的扫描线

返回值

Long,取得当前的伸缩模式。零表示出错

参数表

参数

类型及说明

hdc

Long,设备场景的句柄

注解

参考SetStretchBltMode函数

Top