'Declaration
Public Overloads Function GetBitmap( _ ByVal pixelFormat As System.Drawing.Imaging.PixelFormat _ ) As System.Drawing.Bitmap
'Usage
Dim instance As Image Dim pixelFormat As System.Drawing.Imaging.PixelFormat Dim value As System.Drawing.Bitmap value = instance.GetBitmap(pixelFormat)
public System.Drawing.Bitmap GetBitmap( System.Drawing.Imaging.PixelFormat pixelFormat )
public function GetBitmap( pixelFormat: System.Drawing.Imaging.PixelFormat ): System.Drawing.Bitmap;
public function GetBitmap( pixelFormat : System.Drawing.Imaging.PixelFormat ) : System.Drawing.Bitmap;
public: System.Drawing.Bitmap* GetBitmap( System.Drawing.Imaging.PixelFormat pixelFormat )
public: System.Drawing.Bitmap^ GetBitmap( System.Drawing.Imaging.PixelFormat pixelFormat )
Parameters
- pixelFormat
- Specifies the pixel format to use when creating the bitmap.
Return Value
A new bitmap image of the represented range or shape using the specified pixel format.