CreateBitmap
Publicado por Twip (1 intervención) el 10/12/2005 16:44:38
La Api CreateBitmap:
Declare Function CreateBitmap Lib "gdi32" Alias "CreateBitmap" (ByVal nWidth As Long, ByVal nHeight As Long, ByVal nPlanes As Long, ByVal nBitCount As Long, lpBits As Any) As Long
The CreateBitmap function creates a bitmap with the specified width, height, and color format (color planes and bits per pixel).
¿Cómo puedo hacer para establecer el pixel (x,y ) a color RGB(a,b,c)?
Declare Function CreateBitmap Lib "gdi32" Alias "CreateBitmap" (ByVal nWidth As Long, ByVal nHeight As Long, ByVal nPlanes As Long, ByVal nBitCount As Long, lpBits As Any) As Long
The CreateBitmap function creates a bitmap with the specified width, height, and color format (color planes and bits per pixel).
¿Cómo puedo hacer para establecer el pixel (x,y ) a color RGB(a,b,c)?
Valora esta pregunta


0