ImageExtensionsGetBitsPerPixel Method

Gets the bits per pixel (BPP) value of the image.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 8.1.0
C#
public static int GetBitsPerPixel(
	this Image image
)

Parameters

image  Image
The image to obtain the bits-per-pixel value from.

Return Value

Int32
The bits per pixel (BPP) value of the image.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Image. 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).

See Also