PixelFormatExtensionsToBitsPerPixel Method
Gets the bits per pixel (BPP) value of a
PixelFormat value without checking
whether
pixelFormat represents a valid value.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 9.0.0
public static int ToBitsPerPixel(
this PixelFormat pixelFormat
)
<ExtensionAttribute>
Public Shared Function ToBitsPerPixel (
pixelFormat As PixelFormat
) As Integer
public:
[ExtensionAttribute]
static int ToBitsPerPixel(
PixelFormat pixelFormat
)
[<ExtensionAttribute>]
static member ToBitsPerPixel :
pixelFormat : PixelFormat -> int
- pixelFormat PixelFormat
- The pixel format to convert.
Int32The bits per pixel (BPP) value of a
PixelFormat value.In Visual Basic and C#, you can call this method as an instance method on any object of type
PixelFormat. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).