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オブジェクトにGraphics割り当てられたグラフィックス バッファーに描画するオブジェクトを提供します。

適用対象

こちらもご覧ください