当前位置:编程学习 > VB >>

vb.net 中GetDibits 怎么使用

Private Declare Function GetDIBits Lib "gdi32" (ByVal aHDC As Long, ByVal hBitmap As Long, ByVal nStartScan As Long, ByVal nNumScans As Long, lpBits As Any, lpBI As BITMAPINFO, ByVal wUsage As Long) As Long

ret = GetDIBits(hdcNew, PictureBox.Image, 0, PicInfo.bmHeight, Data(1, 1, 1), DIBInfo, DIB_RGB_COLORS)
PictureBox.Image 的image 属性在vb.net 中是什么  声明 应该改成什么 --------------------编程问答-------------------- 发错地方了,到.net版去问问吧 --------------------编程问答-------------------- --------------------编程问答-------------------- 到.net版去问吧 --------------------编程问答-------------------- 转.net版

管理菜单——》移动 --------------------编程问答-------------------- --------------------编程问答-------------------- VB.NET中最好使用lockbits
补充:VB ,  API
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,