EdgePoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EdgePoint() | |
EdgePoint(EdgePoint) | |
EdgePoint(PointD, VGPointType) | |
EdgePoint(Double, Double, VGPointType) |
EdgePoint()
public:
EdgePoint();
public EdgePoint ();
Public Sub New ()
Applies to
EdgePoint(EdgePoint)
public:
EdgePoint(Microsoft::VisualStudio::Modeling::Diagrams::EdgePoint ^ edgePoint);
public EdgePoint (Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint edgePoint);
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint : Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint
Public Sub New (edgePoint As EdgePoint)
Parameters
- edgePoint
- EdgePoint
Applies to
EdgePoint(PointD, VGPointType)
Important
This API is not CLS-compliant.
public:
EdgePoint(Microsoft::VisualStudio::Modeling::Diagrams::PointD pt, Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGPointType pointType);
[System.CLSCompliant(false)]
public EdgePoint (Microsoft.VisualStudio.Modeling.Diagrams.PointD pt, Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType pointType);
[<System.CLSCompliant(false)>]
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint : Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint
Public Sub New (pt As PointD, pointType As VGPointType)
Parameters
- pt
- PointD
- pointType
- VGPointType
- Attributes
Applies to
EdgePoint(Double, Double, VGPointType)
Important
This API is not CLS-compliant.
public:
EdgePoint(double x, double y, Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGPointType pointType);
[System.CLSCompliant(false)]
public EdgePoint (double x, double y, Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType pointType);
[<System.CLSCompliant(false)>]
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint : double * double * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint
Public Sub New (x As Double, y As Double, pointType As VGPointType)
Parameters
- x
- Double
- y
- Double
- pointType
- VGPointType
- Attributes