MiracastReceiverCursorImageChannel.Position 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.
Gets the coordinates of the upper-left corner of the cursor image, in pixels.
public:
property PointInt32 Position { PointInt32 get(); };
PointInt32 Position();
public PointInt32 Position { get; }
var pointInt32 = miracastReceiverCursorImageChannel.position;
Public ReadOnly Property Position As PointInt32
Property Value
The coordinates of the upper-left corner of the cursor image, in pixels.
Remarks
The coordinates are specified in the same scale as the Miracast video stream, as transmitted by the Miracast Transmitter. In other words, any rescaling done by the Miracast Receiver app has not been factored in.