ComponentOne Bitmap for UWP
BitsPerPixel Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : BitsPerPixel Method
The PixelFormat enumeration value.
Returns the number of bits-per-pixel (bpp) for the given value of the PixelFormat enumeration.
Syntax
'Declaration
 
Public Shared Function BitsPerPixel( _
   ByVal pixelFormat As PixelFormat _
) As System.Integer
public static System.int BitsPerPixel( 
   PixelFormat pixelFormat
)

Parameters

pixelFormat
The PixelFormat enumeration value.
See Also

Reference

C1Bitmap Class
C1Bitmap Members