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

注釈

コネクタは、ワークフロー デザイン サーフェイス上の個別のデザイナー間のリンクです。 これらのリンクはデザイン サーフェイスに線として表示され、各行の終点は、接続するデザイナー上の表示ポイントに接続されます。 これらのポイントは、接続ポイントと呼ばれます。

適用対象