Skip to main content
All docs
V25.2
  • ShapeConnectionSite Members

    A shape connection site that is a point on a shape to which connectors can be attached.

    Constructors

    Name Description
    ShapeConnectionSite(AdjustCoordinate, AdjustCoordinate, AdjustAngle) Initializes a new instance of the ShapeConnectionSite class with specified settings.

    Properties

    Name Description
    RotationAngle Returns the rotation angle of the shape connection site.
    X Returns the x-coordinate of the shape connection site.
    Y Returns the y-coordinate of the shape connection site.

    Methods

    Name Description
    Equals(ShapeConnectionSite) Determines whether the specified object is equal to the current ShapeConnectionSite object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current ShapeConnectionSite object.
    GetHashCode() Returns a number that identifies the object instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.

    Operators

    Name Description
    Equality(ShapeConnectionSite, ShapeConnectionSite) static Compares two ShapeConnectionSite objects for equality.
    Inequality(ShapeConnectionSite, ShapeConnectionSite) static Compares two ShapeConnectionSite objects to determine whether they are not equal.
    See Also