Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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