C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_RECT16

This structure specifies a rectangle relative to the virtual-desktop origin. Section 2.2.4.4 Note that the width and height of the MPEG-4 AVC/H.264 codec bitstream MUST be aligned to a multiple of 16
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
bottom ushort
left ushort
right ushort
top ushort

Открытые методы

Метод Описание
RDPGFX_RECT16 ( ushort l, ushort t, ushort r, ushort b ) : System

Описание методов

RDPGFX_RECT16() публичный Метод

public RDPGFX_RECT16 ( ushort l, ushort t, ushort r, ushort b ) : System
l ushort
t ushort
r ushort
b ushort
Результат System

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

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

A 16-bit unsigned integer, specifies the lower bound of the rectangle.
public ushort bottom
Результат ushort

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

A 16-bit unsigned integer, specifies the leftmost bound of the rectangle.
public ushort left
Результат ushort

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

A 16-bit unsigned integer, specifies the rightmost bound of the rectangle.
public ushort right
Результат ushort

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

A 16-bit unsigned integer, specifies the upper bound of the rectangle.
public ushort top
Результат ushort