Image.IsExtendedPixelFormat(PixelFormat) Método

Definição

Retorna um valor que indica se o formato de pixel é de 64 bits por 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

Parâmetros

pixfmt
PixelFormat

A enumeração PixelFormat a testar.

Retornos

true se pixfmt é estendido; caso contrário, false.

Aplica-se a