Share via


MiracastReceiverCursorImageChannel.Position Property

Definition

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.

Applies to