Image.IsExtendedPixelFormat(PixelFormat) Metoda

Definice

Vrátí hodnotu, která označ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

truepokud pixfmt je rozšířena, v opačném případě . false

Platí pro