MSDN says there is no equivalent for it, see if this helps:
VB Code:
Dim b As Bitmap = New Bitmap(100, 100)
b.SetPixel(1, 1, Color.Blue)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB ) VB.NET to C# conversion tips!!