ActivityPreviewDesigner.GetConnectors Method

Definition

Returns an array of rectangles that bound the activity designer's connectors.

protected public:
 override cli::array <System::Drawing::Rectangle> ^ GetConnectors();
protected internal override System.Drawing.Rectangle[] GetConnectors ();
override this.GetConnectors : unit -> System.Drawing.Rectangle[]
Protected Friend Overrides Function GetConnectors () As Rectangle()

Returns

A Rectangle array that defines the bounds of all connectors in the ActivityPreviewDesigner.

Remarks

GetConnectors returns an empty array if one or more of the following conditions occur:

Applies to