DiagramPointEventArgs – konstruktor (Int32, Int32, PointRelativeTo, DiagramClientView)
Inicializuje novou instanci třídy DiagramPointEventArgs.
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Sub New ( _
x As Integer, _
y As Integer, _
pointRelativeTo As PointRelativeTo, _
diagramClientView As DiagramClientView _
)
public DiagramPointEventArgs(
int x,
int y,
PointRelativeTo pointRelativeTo,
DiagramClientView diagramClientView
)
Parametry
- x
Typ: System.Int32
vodorovné myši pozice v jednotkách zařízení
- y
Typ: System.Int32
svislé myši pozice v jednotkách zařízení
- pointRelativeTo
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointRelativeTo
Označuje odkaz, ze kterého se relativní souřadnice.
- diagramClientView
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
DiagramClientView, který pochází DiagramPointEventArgs.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.