Image.IsAlphaPixelFormat(PixelFormat) Metod

Definition

Returnerar ett värde som anger om pixelformatet för detta Image innehåller alfainformation.

public:
 static bool IsAlphaPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt);
static member IsAlphaPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsAlphaPixelFormat (pixfmt As PixelFormat) As Boolean

Parametrar

pixfmt
PixelFormat

Att PixelFormat testa.

Returer

trueom pixfmt innehåller alfainformation, annars . false

Gäller för