SetPixel函数在指定的设备环境中设置一个像素的RGB值。 Public Declare Function SetPixel Lib "gdi32" Alias "SetPixel" (ByVal hdc As Long, ByVal x As Long,
VB 21 次浏览