Image.GetPixelFormatSize(PixelFormat) Methode

Definition

Gibt die Farbtiefe des angegebenen Pixelformats in der Anzahl der Bits pro Pixel zurück.

public:
 static int GetPixelFormatSize(System::Drawing::Imaging::PixelFormat pixfmt);
public static int GetPixelFormatSize (System.Drawing.Imaging.PixelFormat pixfmt);
static member GetPixelFormatSize : System.Drawing.Imaging.PixelFormat -> int
Public Shared Function GetPixelFormatSize (pixfmt As PixelFormat) As Integer

Parameter

pixfmt
PixelFormat

Der PixelFormat-Member, der das Format angibt, für das die Größe gesucht werden soll.

Gibt zurück

Die Farbtiefe des angegebenen Pixelformats.

Gilt für: