Sdílet prostřednictvím


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í

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DiagramPointEventArgs Třída

DiagramPointEventArgs – přetížení

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů