Image.IsExtendedPixelFormat(PixelFormat) Metodo

Definizione

Restituisce un valore che indica se il formato pixel è di 64 bit 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

Parametri

pixfmt
PixelFormat

Enumerazione PixelFormat da testare.

Restituisce

true se pixfmt è esteso; in caso contrario, false.

Si applica a