Image.IsExtendedPixelFormat(PixelFormat) Método

Definición

Devuelve un valor que indica si el formato de píxel es de 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

true es si pixfmt se extiende; de lo contrario, falsees .

Se aplica a