Image.GetPixelFormatSize(PixelFormat) Méthode

Définition

Retourne la profondeur de couleur (exprimée en nombre de bits par pixel) du format de pixel spécifié.

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

Paramètres

pixfmt
PixelFormat

Membre de PixelFormat qui spécifie le format pour lequel la taille doit être recherchée.

Retours

Profondeur de couleur du format pixel spécifié.

S’applique à