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 上編輯點的座標。

適用於