BitmapData.PixelFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定傳回這個 Bitmap 物件的 BitmapData 物件中像素資訊格式。
public:
property System::Drawing::Imaging::PixelFormat PixelFormat { System::Drawing::Imaging::PixelFormat get(); void set(System::Drawing::Imaging::PixelFormat value); };
public System.Drawing.Imaging.PixelFormat PixelFormat { get; set; }
member this.PixelFormat : System.Drawing.Imaging.PixelFormat with get, set
Public Property PixelFormat As PixelFormat
屬性值
PixelFormat,這會指定在相關聯 Bitmap 物件中的像素資訊格式。
備註
格式會定義儲存單一像素色彩資訊所需的記憶體數量。