BufferedGraphics.Graphics プロパティ

定義

グラフィックス バッファーに出力する Graphics オブジェクトを取得します。

public:
 property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); };
public System.Drawing.Graphics Graphics { get; }
member this.Graphics : System.Drawing.Graphics
Public ReadOnly Property Graphics As Graphics

プロパティ値

グラフィックス バッファーに出力する Graphics オブジェクト。

注釈

このプロパティは、 Graphics この BufferedGraphics オブジェクトに割り当てられたグラフィックス バッファーに描画する オブジェクトを提供します。

適用対象

こちらもご覧ください