Image.GetPixelFormatSize(PixelFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之像素格式的色彩深度 (單位為每像素的位元數)。
public:
static int GetPixelFormatSize(System::Drawing::Imaging::PixelFormat pixfmt);
public static int GetPixelFormatSize (System.Drawing.Imaging.PixelFormat pixfmt);
static member GetPixelFormatSize : System.Drawing.Imaging.PixelFormat -> int
Public Shared Function GetPixelFormatSize (pixfmt As PixelFormat) As Integer
參數
- pixfmt
- PixelFormat
PixelFormat 成員,指定用來尋找大小的格式。
傳回
指定像素格式的色彩深度。