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

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

適用対象