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

The TS_RECTANGLE16 structure describes a rectangle expressed in inclusive coordinates (the right and bottom coordinates are included in the rectangle bounds).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_9_1.xml
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
TS_RECTANGLE16 ( ushort left1, ushort top1, ushort right1, ushort bottom1 ) : System

Constructor to fill all fields.

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

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

Constructor to fill all fields.
public TS_RECTANGLE16 ( ushort left1, ushort top1, ushort right1, ushort bottom1 ) : System
left1 ushort
top1 ushort
right1 ushort
bottom1 ushort
Результат System

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

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

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

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

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

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

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

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

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