オーバーロード一覧
指定したピクセルのRGBやパレット番号をビットマップに設定します。
[Visual Basic] Public Function SetBitmapPixel(x As Integer, y As Integer, palette As Byte, red As Byte, green As Byte, blue As Byte) As Boolean
[C#] public bool SetBitmapPixel(int x, int y, byte palette, byte red, byte green, byte blue)
指定したピクセルのARGBやパレット番号をビットマップに設定します。
[Visual Basic] Public Function SetBitmapPixel(x As Integer, y As Integer, palette As Byte, alpha As Byte, red As Byte, green As Byte, blue As Byte) As Boolean
[C#] public bool SetBitmapPixel(int x, int y, byte palette, byte alpha, byte red, byte green, byte blue)