LineSegment.IsStartLeftOfEnd Method

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

Syntax

'宣言
Public Function IsStartLeftOfEnd As Boolean
'使用
Dim instance As LineSegment
Dim returnValue As Boolean

returnValue = instance.IsStartLeftOfEnd()
public bool IsStartLeftOfEnd()
public:
bool IsStartLeftOfEnd()
public function IsStartLeftOfEnd() : boolean

Return Value

Type: System.Boolean

Permissions

See Also

Reference

LineSegment Class

LineSegment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace