StructuredCompositeActivityDesigner.DrawConnectors メソッド

定義

StructuredCompositeActivityDesigner に表示するすべてのコネクタを描画します。

protected:
 void DrawConnectors(System::Drawing::Graphics ^ graphics, System::Drawing::Pen ^ pen, cli::array <System::Drawing::Point> ^ points, System::Workflow::ComponentModel::Design::LineAnchor startCap, System::Workflow::ComponentModel::Design::LineAnchor endCap);
protected void DrawConnectors (System.Drawing.Graphics graphics, System.Drawing.Pen pen, System.Drawing.Point[] points, System.Workflow.ComponentModel.Design.LineAnchor startCap, System.Workflow.ComponentModel.Design.LineAnchor endCap);
member this.DrawConnectors : System.Drawing.Graphics * System.Drawing.Pen * System.Drawing.Point[] * System.Workflow.ComponentModel.Design.LineAnchor * System.Workflow.ComponentModel.Design.LineAnchor -> unit
Protected Sub DrawConnectors (graphics As Graphics, pen As Pen, points As Point(), startCap As LineAnchor, endCap As LineAnchor)

パラメーター

graphics
Graphics

コネクタを描画する Graphics

pen
Pen

コネクタを描画する Pen

points
Point[]

描画する各コネクタの端点を格納している Point 配列。

startCap
LineAnchor

コネクタの始点に描画するグラフィックを決定する LineAnchor

endCap
LineAnchor

コネクタの終点に描画するグラフィックを決定する LineAnchor

注釈

コネクタは、ワークフロー デザイン サーフェイス上の異なるデザイナーどうしを関連付けるものです。 これらのリンクはデザイン サーフェイスに線で表示され、線の各終端は接続されるデザイナー上の可視ポイントに接続されます。 これらのポイントはコネクション ポイントと呼ばれます。

適用対象