ActivityDesignerPaintEventArgs.Graphics 属性

定义

获取用于在工作流设计图面上绘制项的 GraphicsGets the Graphics used to draw the item on the workflow design surface.

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

用于在工作流设计图面上绘制项的 GraphicsThe Graphics used to draw the item on the workflow design surface.

注解

Graphics 提供用于在工作流设计图面上绘制对象的方法。Graphics provides methods for drawing objects on the workflow design surface.

适用于