InkCollectorSystemGestureEventArgs.Point Property
InkCollectorSystemGestureEventArgs.Point Property |
Gets the System.Drawing.Point structure that indicates the location of the system gesture.
Definition
Visual Basic .NET Public ReadOnly Property Point As Point C# public Point Point { get; } Managed C++ public: __property Point* get_Point();
Property Value
System.Drawing.Point. The location of the system gesture.
This property is read-only. This property has no default value.
See Also