EnteringMoveSizeEventArgs.PointerScreenPoint Property

Definition

Gets the position of the pointer prior to entering the move-size loop.

public:
 property PointInt32 PointerScreenPoint { PointInt32 get(); };
PointInt32 PointerScreenPoint();
public PointInt32 PointerScreenPoint { get; }
var pointInt32 = enteringMoveSizeEventArgs.pointerScreenPoint;
Public ReadOnly Property PointerScreenPoint As PointInt32

Property Value

The position of the pointer prior to entering the move-size loop.

=======

Examples

<<<<<<< HEAD

main

Applies to