'Declaration Public Overloads Shared Function GetPixelFormat( _
ByVal bitsPerPixelThe bits per pixel.As Integer _
) As PixelFormat
public static PixelFormat GetPixelFormat(
int bitsPerPixel
)
public: static PixelFormat GetPixelFormat(
int bitsPerPixel
)
public:
static PixelFormat GetPixelFormat(
int bitsPerPixel
)
Parameters
- bitsPerPixel
- The bits per pixel.
Return Value
The pixel format.