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

图表图像在图形中的位置

适用于