C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_SURFACE_TO_SURFACE

The RDPGFX_SURFACE_TO_SURFACE message is to instruct client to copy bitmap from source surface to destination surface or same surface.
상속: RdpegfxServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
destPtsCount ushort
destPtsList List
rectSrc RDPGFX_RECT16
surfaceIdDest ushort
surfaceIdSrc ushort

공개 메소드들

메소드 설명
AddDestPosition ( RDPGFX_POINT16 destPosition ) : void

Add more position in destination surface to be copied.

Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RDPGFX_SURFACE_TO_SURFACE ( ) : System

Constructor

RDPGFX_SURFACE_TO_SURFACE ( ushort srcSID, ushort destSID, RDPGFX_RECT16 srcRect ) : System

Constructor, create a surface to surface message, with only 1 destination copy position.

메소드 상세

AddDestPosition() 공개 메소드

Add more position in destination surface to be copied.
public AddDestPosition ( RDPGFX_POINT16 destPosition ) : void
destPosition RDPGFX_POINT16 This is used to specify a destination position of source rectangle bitmap to be copied.
리턴 void

Decode() 공개 메소드

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to decode the fields of this PDU.
리턴 bool

Encode() 공개 메소드

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
리턴 void

RDPGFX_SURFACE_TO_SURFACE() 공개 메소드

Constructor
public RDPGFX_SURFACE_TO_SURFACE ( ) : System
리턴 System

RDPGFX_SURFACE_TO_SURFACE() 공개 메소드

Constructor, create a surface to surface message, with only 1 destination copy position.
public RDPGFX_SURFACE_TO_SURFACE ( ushort srcSID, ushort destSID, RDPGFX_RECT16 srcRect ) : System
srcSID ushort This is used to indicate source surface id.
destSID ushort This is used to indicate destination surface id.
srcRect RDPGFX_RECT16 This is used to indicate source rectangle bitmap area to be copied.
리턴 System

프로퍼티 상세

destPtsCount 공개적으로 프로퍼티

A 16-bit unsigned integer that specifies the number of RDPGFX_POINT16 structures in the destPts field.
public ushort destPtsCount
리턴 ushort

destPtsList 공개적으로 프로퍼티

A RDPGFX_POINT16 array. specifies target points on the destination surface to which to copy the source bitmap.
public List destPtsList
리턴 List

rectSrc 공개적으로 프로퍼티

A RDPGFX_RECT16 structure. specify the rectangle that bounds the source bitmap.
public RDPGFX_RECT16,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx rectSrc
리턴 RDPGFX_RECT16

surfaceIdDest 공개적으로 프로퍼티

A 16-bit, unsigned integer. specify the ID of the destination surface.
public ushort surfaceIdDest
리턴 ushort

surfaceIdSrc 공개적으로 프로퍼티

A 16-bit, unsigned integer. specify the ID of the source surface.
public ushort surfaceIdSrc
리턴 ushort