WindowRectChangingEventArgs.PointerScreenPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property PointInt32 PointerScreenPoint { PointInt32 get(); };
PointInt32 PointerScreenPoint();
public PointInt32 PointerScreenPoint { get; }
var pointInt32 = windowRectChangingEventArgs.pointerScreenPoint;
Public ReadOnly Property PointerScreenPoint As PointInt32