Share via


EdgePoint Class

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

Syntax

'Declaration
<SerializableAttribute> _
<TypeConverterAttribute(GetType(EdgePointConverter))> _
Public Class EdgePoint
'Usage
Dim instance As EdgePoint
[SerializableAttribute]
[TypeConverterAttribute(typeof(EdgePointConverter))]
public class EdgePoint
[SerializableAttribute]
[TypeConverterAttribute(typeof(EdgePointConverter))]
public ref class EdgePoint
public class EdgePoint

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EdgePoint Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace