Property | Type | Description | |
---|---|---|---|
destPtsCount | ushort | ||
destPtsList | List |
||
rectSrc | |||
surfaceIdDest | ushort | ||
surfaceIdSrc | ushort |
Method | Description | |
---|---|---|
AddDestPosition ( |
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, |
Constructor, create a surface to surface message, with only 1 destination copy position.
|
public AddDestPosition ( |
||
destPosition | This is used to specify a destination position of source rectangle bitmap to be copied. | |
return | void |
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. |
return | bool |
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. |
return | void |
public RDPGFX_SURFACE_TO_SURFACE ( ) : System | ||
return | System |
public RDPGFX_SURFACE_TO_SURFACE ( ushort srcSID, ushort destSID, |
||
srcSID | ushort | This is used to indicate source surface id. |
destSID | ushort | This is used to indicate destination surface id. |
srcRect | This is used to indicate source rectangle bitmap area to be copied. | |
return | System |
public RDPGFX_RECT16,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx rectSrc | ||
return |