C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bottom ushort
left ushort
right ushort
top ushort

Public Methods

Method Description
TS_RECTANGLE16 ( ushort left1, ushort top1, ushort right1, ushort bottom1 ) : System

Constructor to fill all fields.

Method Details

TS_RECTANGLE16() public method

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
return System

Property Details

bottom public_oe property

A 16-bit unsigned integer. The lower bound of the rectangle.
public ushort bottom
return ushort

left public_oe property

A 16-bit unsigned integer. The leftmost bound of the rectangle.
public ushort left
return ushort

right public_oe property

A 16-bit unsigned integer. The rightmost bound of the rectangle.
public ushort right
return ushort

top public_oe property

A 16-bit unsigned integer. The upper bound of the rectangle.
public ushort top
return ushort