MiracastReceiverCursorImageChannel.ImageStream 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 cursor image as a PNG image bitmap.
public:
property IRandomAccessStreamWithContentType ^ ImageStream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType ImageStream();
public IRandomAccessStreamWithContentType ImageStream { get; }
var iRandomAccessStreamWithContentType = miracastReceiverCursorImageChannel.imageStream;
Public ReadOnly Property ImageStream As IRandomAccessStreamWithContentType
Property Value
A stream object, containing the cursor image in the form of a PNG image bitmap.