C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SURFCMD_SET_SURF_BITS

The Set Surface Bits Command is used to transport encoded bitmap data destined for a rectangular region of the current target surface from an RDP server to an RDP client.
상속: TS_SURFCMD
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitmapData TS_BITMAP_DATA_EX
destBottom ushort
destLeft ushort
destRight ushort
destTop ushort

프로퍼티 상세

bitmapData 공개적으로 프로퍼티

An Extended Bitmap Data (section 2.2.9.2.2) structure that contains an encoded bitmap image.
public TS_BITMAP_DATA_EX,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr bitmapData
리턴 TS_BITMAP_DATA_EX

destBottom 공개적으로 프로퍼티

A 16-bit, unsigned integer. Bottom bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destBottom
리턴 ushort

destLeft 공개적으로 프로퍼티

A 16-bit, unsigned integer. Left bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destLeft
리턴 ushort

destRight 공개적으로 프로퍼티

A 16-bit, unsigned integer. Right bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destRight
리턴 ushort

destTop 공개적으로 프로퍼티

A 16-bit, unsigned integer. Top bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destTop
리턴 ushort