ImageFormat.MemoryBmp 屬性

定義

取得記憶體中點陣圖的格式。

public:
 static property System::Drawing::Imaging::ImageFormat ^ MemoryBmp { System::Drawing::Imaging::ImageFormat ^ get(); };
public static System.Drawing.Imaging.ImageFormat MemoryBmp { get; }
static member MemoryBmp : System.Drawing.Imaging.ImageFormat
Public Shared ReadOnly Property MemoryBmp As ImageFormat

屬性值

ImageFormat 物件,表示記憶體中點陣圖的格式。

適用於