共用方式為


BitmapData.PixelFormat 屬性

定義

取得或設定傳回這個 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 物件中的像素資訊格式。

備註

格式會定義儲存單一像素色彩資訊所需的記憶體數量。

適用於