MiracastReceiverCursorImageChannel.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.
Gets the maximum width and height of the cursor image PNG bitmap, in pixels.
public:
property SizeInt32 MaxImageSize { SizeInt32 get(); };
SizeInt32 MaxImageSize();
public SizeInt32 MaxImageSize { get; }
var sizeInt32 = miracastReceiverCursorImageChannel.maxImageSize;
Public ReadOnly Property MaxImageSize As SizeInt32
Property Value
The maximum width and height of the cursor image PNG bitmap, in pixels.