'Declaration Public Function CreateBitmap( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal pixelFormatRef As Guid, _ ByVal option As BitmapCreateCacheOption _ ) As Bitmap
public Bitmap CreateBitmap( int width, int height, Guid pixelFormatRef, BitmapCreateCacheOption option )
Parameters
- width
- height
- pixelFormatRef
- option