Свойство | Тип | Описание | |
---|---|---|---|
fillPixel | |||
fillRectCount | ushort | ||
fillRectList | List |
||
surfaceId | ushort |
Метод | Описание | |
---|---|---|
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_SOLIDFILL ( ) : System |
Constructor
|
|
RDPGFX_SOLIDFILL ( ushort sid, |
Constructor, create a RDPGFX_SOLIDFILL message with one rectangle to fill default.
|
|
addFillRect ( |
Add more rectangle to be filled in destination surface.
|
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool | ||
marshaler | Microsoft.Protocols.TestTools.StackSdk.PduMarshaler | This is used to encode the fields of this PDU. |
Результат | 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. |
Результат | void |
public RDPGFX_SOLIDFILL ( ushort sid, |
||
sid | ushort | This is used to indicate surface id to be filled. |
pixel | This is used to indicate color to fill. | |
Результат | System |
public addFillRect ( |
||
rect | This is to specify a rectangle area of surface. | |
Результат | void |
public RDPGFX_COLOR32,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx fillPixel | ||
Результат |