EdgePoint Constructor (Double, Double, VGPointType)
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
x As Double, _
y As Double, _
pointType As VGPointType _
)
[CLSCompliantAttribute(false)]
public EdgePoint(
double x,
double y,
VGPointType pointType
)
[CLSCompliantAttribute(false)]
public:
EdgePoint(
double x,
double y,
VGPointType pointType
)
[<CLSCompliantAttribute(false)>]
new :
x:float *
y:float *
pointType:VGPointType -> EdgePoint
public function EdgePoint(
x : double,
y : double,
pointType : VGPointType
)
Parameters
- x
Type: Double
- y
Type: Double
- pointType
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.