Shape.ConnectionPoints

Shape.ConnectionPoints property

Get the connection points

[Obsolete("Use GetConnectionPoints() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public PointF[] ConnectionPoints { get; }

Remarks

NOTE: This member is now obsolete. Instead, please use GetConnectionPoints() method. This method will be removed 12 months later since April 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also