Aracılığıyla paylaş


StructuredCompositeActivityDesigner.DrawConnectors Yöntem

Tanım

üzerinde StructuredCompositeActivityDesignergörüntülenecek tüm bağlayıcıları çizer.

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)

Parametreler

graphics
Graphics

Graphics Bağlayıcıların çizildiği yer.

pen
Pen

Pen Bağlayıcıları çizmek için.

points
Point[]

Point Çizecek bağlayıcıların her biri için uç noktaları içeren dizi.

startCap
LineAnchor

LineAnchor Bağlayıcı başlangıç noktalarında çizecek grafiği belirleyen bir.

endCap
LineAnchor

LineAnchor Bağlayıcı uç noktalarında çizecek grafiği belirleyen bir.

Açıklamalar

Bağlayıcılar, bir iş akışı tasarım yüzeyindeki ayrı tasarımcılar arasındaki bağlantılardır. Bu bağlantılar tasarım yüzeyinde çizgiler olarak görünür ve her çizgi ucu, bağlandiği tasarımcılarda görünür bir noktaya bağlanır. Bu noktalara bağlantı noktası adı verilir.

Şunlara uygulanır