'Declaration
Public Shared Function GetPixelFormatBpp( _ ByVal pixelFormat As System.Drawing.Imaging.PixelFormat _ ) As System.Integer
'Usage
Dim pixelFormat As System.Drawing.Imaging.PixelFormat Dim value As System.Integer value = NRasterImageFormat.GetPixelFormatBpp(pixelFormat)
public static System.int GetPixelFormatBpp( System.Drawing.Imaging.PixelFormat pixelFormat )
Parameters
- pixelFormat