Image.IsCanonicalPixelFormat(PixelFormat) Methode

Definitie

Retourneert een waarde die aangeeft of de pixelnotatie 32 bits per pixel is.

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

Parameters

pixfmt
PixelFormat

De PixelFormat te testen.

Retouren

trueals pixfmt dit canoniek is, anders. false

Opmerkingen

De canonieke pixelnotatie geeft een pixelnotatie van 32 bits per pixel aan. Deze indeling geeft de 24-bits kleurdiepte en een 8-bits alfakanaal aan.

Van toepassing op