PaintValueEventArgs.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 オブジェクト。

適用対象