C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_TO_SURFACE

The RDPGFX_CACHE_TO_SURFACE message instruct the client to copy bitmap data from the bitmap cache to a destination surface.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
cacheSlot ushort
destPtsCount ushort
destPtsList List
surfaceId 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_CACHE_TO_SURFACE ( ) : System

Constructor

RDPGFX_CACHE_TO_SURFACE ( ushort slot, ushort sid ) : System

Constructor, create a cache 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_CACHE_TO_SURFACE() публичный Метод

Constructor
public RDPGFX_CACHE_TO_SURFACE ( ) : System
Результат System

RDPGFX_CACHE_TO_SURFACE() публичный Метод

Constructor, create a cache to surface message, with only 1 destination copy position.
public RDPGFX_CACHE_TO_SURFACE ( ushort slot, ushort sid ) : System
slot ushort This is used to indicate a cache slot.
sid ushort This is used to indicate the destination surface id.
Результат System

Описание свойств

cacheSlot публичное свойство

A 16-bit, unsigned integer. specify the index of the bitmap cache entry in which the source bitmap data is stored.
public ushort cacheSlot
Результат ushort

destPtsCount публичное свойство

A 16-bit unsigned integer that specifies the number of RDPGFX_POINT16 structures.
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

surfaceId публичное свойство

A 16-bit, unsigned integer. specify the ID of the destination surface.
public ushort surfaceId
Результат ushort