Chart.Paint(Graphics, Rectangle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グラフィックス内にグラフ イメージを描画します。
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
グラフィックス内のグラフ イメージの位置。