다음을 통해 공유


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 이미지 비트맵 형식의 커서 이미지를 포함하는 스트림 개체입니다.

적용 대상