KnownPixelFormatExtensionsToBitsPerPixel Method
Gets the bits per pixel (BPP) value of a
KnownPixelFormat value without checking
whether
pixelFormat represents a valid value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static int ToBitsPerPixel(
this KnownPixelFormat pixelFormat
)
<ExtensionAttribute>
Public Shared Function ToBitsPerPixel (
pixelFormat As KnownPixelFormat
) As Integer
public:
[ExtensionAttribute]
static int ToBitsPerPixel(
KnownPixelFormat pixelFormat
)
[<ExtensionAttribute>]
static member ToBitsPerPixel :
pixelFormat : KnownPixelFormat -> int
- pixelFormat KnownPixelFormat
- The pixel format to convert.
Int32The bits per pixel (BPP) value of a
KnownPixelFormat value.In Visual Basic and C#, you can call this method as an instance method on any object of type
KnownPixelFormat. 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).