Image.IsExtendedPixelFormat(PixelFormat) Metoda

Definice

Vrátí hodnotu, která určuje, jestli je formát pixelu 64 bitů na 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

Parametry

pixfmt
PixelFormat

Výčet PixelFormat , který se má testovat.

Návraty

true je-li pixfmt prodloužena; falsejinak , .

Platí pro