MiracastReceiverCursorImageChannelSettings.MaxImageSize Property

Definition

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

public:
 property SizeInt32 MaxImageSize { SizeInt32 get(); void set(SizeInt32 value); };
SizeInt32 MaxImageSize();

void MaxImageSize(SizeInt32 value);
public SizeInt32 MaxImageSize { get; set; }
var sizeInt32 = miracastReceiverCursorImageChannelSettings.maxImageSize;
miracastReceiverCursorImageChannelSettings.maxImageSize = sizeInt32;
Public Property MaxImageSize As SizeInt32

Property Value

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

Applies to