LineSegment Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Gets a value indicating whether two LineSegment objects are equal.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAccessibilityObject(ShapeElement^, DiagramClientView^)

Gets the AccessibleObject assigned to the line segment.

System_CAPS_pubmethodGetAccessibleDescription(LinkShape^)

Returns the accessible description.

System_CAPS_pubmethodGetAccessibleHelp(LinkShape^)

Gets a description of what the object does or how the object is used.

System_CAPS_pubmethodGetAccessibleHelpTopicFileName(LinkShape^)

Gets the path to the Help file associated with this accessible object.

System_CAPS_pubmethodGetAccessibleHelpTopicId(LinkShape^)

Gets an identifier for a Help topic identifier associated with this accessible object.

System_CAPS_pubmethodGetAccessibleName(LinkShape^, DiagramClientView^)

Returns the accessible name.

System_CAPS_pubmethodGetAccessibleRole(LinkShape^)

Retrieves the accessible role of this LineSegment.

System_CAPS_pubmethodGetAccessibleState(LinkShape^, DiagramClientView^)

Retrieves the accessible state of this LineSegment.

System_CAPS_pubmethodGetFocusable(ShapeElement^)

Returns a value indicating whether this segment is focusable.

System_CAPS_pubmethodGetHashCode()

Gets a hash code for this LineSegment.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetSelectable(ShapeElement^)

Returns a value indicating whether this segment is selectable.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsHorizontal()

Detects whether the segment is horizontal.

System_CAPS_pubmethodIsStartAboveEnd()

Detects whether the starting point of the segment is above the end point.

System_CAPS_pubmethodIsStartLeftOfEnd()

Detects whether the starting point of the segment is left of the end point.

System_CAPS_pubmethodIsVertical()

Detects whether the segment is vertical

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: