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

The TS_UPDATE_BITMAP_DATA structure encapsulates the bitmap data that defines a Bitmap Update (section 2.2.9.1.1.3.1.2).
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
numberRectangles ushort
rectangles Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAP_DATA[]
updateType ushort

Описание свойств

numberRectangles публичное свойство

A 16-bit unsigned integer. The number of screen rectangles present in the rectangles field.
public ushort numberRectangles
Результат ushort

rectangles публичное свойство

Variable length array of TS_BITMAP_DATA structures, each of which contains a rectangular clipping taken from the server-side screen frame buffer. The number of screen clippings in the array is specified by the numberRectangles field.
public TS_BITMAP_DATA[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr rectangles
Результат Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAP_DATA[]

updateType публичное свойство

A 16-bit unsigned integer. The graphics update type. This field MUST be set to UPDATETYPE_BITMAP (0x0001).
public ushort updateType
Результат ushort