Image.IsExtendedPixelFormat(PixelFormat) Metoda

Definicja

Zwraca wartość wskazującą, czy format pikseli to 64 bity na piksel.

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

Parametry

pixfmt
PixelFormat

Wyliczenie PixelFormat do przetestowania.

Zwraca

truew przypadku pixfmt rozszerzenia; w przeciwnym razie . false

Dotyczy