ActivityDesignerPaintEventArgs.Graphics 属性
定义
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。The Graphics used to draw the item on the workflow design surface.
注解
Graphics 提供用于在工作流设计图面上绘制对象的方法。Graphics provides methods for drawing objects on the workflow design surface.