C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SURFCMD_STREAM_SURF_BITS

The Stream 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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