Image.IsExtendedPixelFormat(PixelFormat) Método

Definición

Devuelve un valor que indica si el formato de píxel es 64 bits por píxel.

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

Parámetros

pixfmt
PixelFormat

Enumeración PixelFormat que se va a probar.

Devoluciones

Boolean

true si pixfmt es extendido; en caso contrario, false.

Se aplica a