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

공개 프로퍼티들

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