Image.IsExtendedPixelFormat(PixelFormat) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das Pixelformat 64 Bit pro Pixel ist.

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

Parameter

pixfmt
PixelFormat

Die PixelFormat zu testde Aufzählung.

Gibt zurück

truewenn pixfmt erweitert wird; andernfalls . false

Gilt für: