Image.IsExtendedPixelFormat(PixelFormat) Méthode

Définition

Retourne une valeur qui indique si le format de pixel est 64 bits par pixel.

public:
 static bool IsExtendedPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsExtendedPixelFormat (System.Drawing.Imaging.PixelFormat pixfmt);
static member IsExtendedPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsExtendedPixelFormat (pixfmt As PixelFormat) As Boolean

Paramètres

pixfmt
PixelFormat

Énumération PixelFormat à tester.

Retours

true si pixfmt est étendu ; sinon, false.

S’applique à