MiracastReceiverCursorImageChannel Class

Definition

An object representing the channel for transmitting mouse cursor images from a Miracast Transmitter to a Miracast Receiver.

public ref class MiracastReceiverCursorImageChannel sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MiracastReceiverCursorImageChannel final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MiracastReceiverCursorImageChannel
Public NotInheritable Class MiracastReceiverCursorImageChannel
Inheritance
Object Platform::Object IInspectable MiracastReceiverCursorImageChannel
Attributes

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Properties

ImageStream

Gets the cursor image as a PNG image bitmap.

IsEnabled

Gets a value that specifies if the cursor image channel has been enabled by the Miracast Receiver.

MaxImageSize

Gets the maximum width and height of the cursor image PNG bitmap, in pixels.

Position

Gets the coordinates of the upper-left corner of the cursor image, in pixels.

Events

ImageStreamChanged

An event which is raised when the image stream bitmap has changed.

PositionChanged

An event which is raised when the position of the cursor image has changed.

Applies to