PenInputPanelMovingEventArgs.PenInputPanelMovingEventArgs Constructor

PenInputPanelMovingEventArgs.PenInputPanelMovingEventArgs Constructor

Initializes a new instance of the PenInputPanelMovingEventArgs class.

Definition

Visual Basic .NET Public Sub PenInputPanelMovingEventArgs( _
ByVal left As Integer, _
ByVal top As Integer _
)
C# public PenInputPanelMovingEventArgs(
int left,
int top
);
Managed C++ public: PenInputPanelMovingEventArgs(
int *left,
int *top
);

Parameters

left System.Int32. The new horizontal position, in screen coordinates.
top System.Int32. The new vertical position, in screen coordinates.

See Also