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 上の編集ポイントの座標。

適用対象