Construtor PenInputPanelMovingEventArgs
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (em Microsoft.Ink.dll)
Sintaxe
'Declaração
Public Sub New ( _
left As Integer, _
top As Integer _
)
'Uso
Dim left As Integer
Dim top As Integer
Dim instance As New PenInputPanelMovingEventArgs(left, top)
public PenInputPanelMovingEventArgs(
int left,
int top
)
public:
PenInputPanelMovingEventArgs(
int left,
int top
)
public function PenInputPanelMovingEventArgs(
left : int,
top : int
)
Parâmetros
- left
Tipo: System.Int32
- top
Tipo: System.Int32
Plataformas
Windows Vista
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.
Informações sobre versão
.NET Framework
Compatível com: 3.0
Consulte também
Referência
PenInputPanelMovingEventArgs Classe