次の方法で共有


MiracastReceiverCursorImageChannel.ImageStream プロパティ

定義

カーソル イメージを PNG イメージ ビットマップとして取得します。

public:
 property IRandomAccessStreamWithContentType ^ ImageStream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType ImageStream();
public IRandomAccessStreamWithContentType ImageStream { get; }
var iRandomAccessStreamWithContentType = miracastReceiverCursorImageChannel.imageStream;
Public ReadOnly Property ImageStream As IRandomAccessStreamWithContentType

プロパティ値

PNG イメージ ビットマップの形式のカーソル イメージを含むストリーム オブジェクト。

適用対象