Chart.Paint(Graphics, Rectangle) メソッド

定義

グラフィックス内にグラフ イメージを描画します。

public:
 void Paint(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle position);
public void Paint (System.Drawing.Graphics graphics, System.Drawing.Rectangle position);
member this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Sub Paint (graphics As Graphics, position As Rectangle)

パラメーター

graphics
Graphics

グラフ イメージの描画先となるグラフィックス オブジェクト。

position
Rectangle

グラフィックス内のグラフ イメージの位置。

適用対象