Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
<SerializableAttribute> _
<TypeConverterAttribute(GetType(EdgePointConverter))> _
Public Class EdgePoint
[SerializableAttribute]
[TypeConverterAttribute(typeof(EdgePointConverter))]
public class EdgePoint
[SerializableAttribute]
[TypeConverterAttribute(typeof(EdgePointConverter))]
public ref class EdgePoint
[<SerializableAttribute>]
[<TypeConverterAttribute(typeof(EdgePointConverter))>]
type EdgePoint =  class end
public class EdgePoint
The EdgePoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | EdgePoint() | |
| .gif) | EdgePoint(EdgePoint) | |
| .gif) | EdgePoint(PointD, VGPointType) | |
| .gif) | EdgePoint(Double, Double, VGPointType) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Flag | |
| .gif) | Point | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
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.