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.
| InkCollectorSystemGestureEventArgs.Point Property | 
Gets the System.Drawing.Point .gif) structure that indicates the location of the system gesture.
 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