Connector.OnPaintSelected 方法

定义

用于绘制用户所选择的连接器。

protected public:
 virtual void OnPaintSelected(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e, bool primarySelection, cli::array <System::Drawing::Point> ^ segmentEditPoints);
protected internal virtual void OnPaintSelected (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e, bool primarySelection, System.Drawing.Point[] segmentEditPoints);
abstract member OnPaintSelected : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs * bool * System.Drawing.Point[] -> unit
override this.OnPaintSelected : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs * bool * System.Drawing.Point[] -> unit
Protected Friend Overridable Sub OnPaintSelected (e As ActivityDesignerPaintEventArgs, primarySelection As Boolean, segmentEditPoints As Point())

参数

e
ActivityDesignerPaintEventArgs

一个 ActivityDesignerPaintEventArgs 对象,指定要用于绘制对象的图形以及在其中绘制对象的剪辑矩形。

primarySelection
Boolean

未使用。

segmentEditPoints
Point[]

Connector 中的编辑点的坐标。

适用于