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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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