EdgePoint, constructeur (Double, Double, VGPointType)
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
x As Double, _
y As Double, _
pointType As VGPointType _
)
[CLSCompliantAttribute(false)]
public EdgePoint(
double x,
double y,
VGPointType pointType
)
Paramètres
- x
Type : System.Double
- y
Type : System.Double
- pointType
Type : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.