MiracastReceiverCursorImageChannelSettings.MaxImageSize 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.
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.