PolyTextOut |
VB声明 |
|
Declare Function PolyTextOut Lib "gdi32" Alias "PolyTextOutA" (ByVal hdc As Long, pptxt As POLYTEXT, cStrings As Long) As Long |
|
说明 |
|
描绘一系列字串 |
|
返回值 |
|
Long,非零表示成功,零表示失败。会设置GetLastError |
|
参数表 |
|
参数 |
类型及说明 |
hdc |
Long,欲在其中绘图的设备场景 |
pptxt |
|
cStrings |
Long,pptxt数组中的条目数量 |
Top |