Image.IsExtendedPixelFormat(PixelFormat) Metod

Definition

Returnerar ett värde som anger om pixelformatet är 64 bitar per 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

Parametrar

pixfmt
PixelFormat

Uppräkningen PixelFormat som ska testas.

Returer

true om pixfmt är utökad, annars false.

Gäller för