C# Class 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
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
RDPGFX_RECT16 ( ushort l, ushort t, ushort r, ushort b ) : System

Method Details

RDPGFX_RECT16() public method

public RDPGFX_RECT16 ( ushort l, ushort t, ushort r, ushort b ) : System
l ushort
t ushort
r ushort
b ushort
return System

Property Details

bottom public_oe property

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

left public_oe property

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

right public_oe property

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

top public_oe property

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