Свойство | Тип | Описание | |
---|---|---|---|
bitmap | Bitmap |
Метод | Описание | |
---|---|---|
BaseDXHook ( ScreenshotInterface ssInterface ) : System | ||
Cleanup ( ) : void | ||
Hook ( ) : void |
Метод | Описание | |
---|---|---|
CheckAuto ( ) : void | ||
CopyStream ( Stream input, Stream output ) : void | ||
DebugMessage ( string message ) : void | ||
DrawOverlay ( Object dev ) : void | ||
DrawText ( Object device, String text, String text2 = null, int alpha ) : void | ||
GetImageFormat ( String format ) : ImageFormat | ||
GetVTblAddresses ( |
||
PrepareFile ( String fileName ) : string | ||
ReadFullStream ( Stream stream ) : byte[] |
Reads data from a stream until the end is reached. The data is returned as a byte array. An IOException is thrown if any of the underlying IO calls fail.
|
|
SaveFile ( ) : void | ||
SendResponse ( Stream stream, System.Guid requestId ) : void | ||
SendResponse ( byte bitmapData, System.Guid requestId ) : void | ||
UpdateFPS ( ) : int |
Метод | Описание | |
---|---|---|
CopyMemory ( |
||
SaveFileInt ( object param ) : void |
public BaseDXHook ( ScreenshotInterface ssInterface ) : System | ||
ssInterface | ScreenshotInterface | |
Результат | System |
protected static CopyStream ( Stream input, Stream output ) : void | ||
input | Stream | |
output | Stream | |
Результат | void |
protected DebugMessage ( string message ) : void | ||
message | string | |
Результат | void |
protected DrawOverlay ( Object dev ) : void | ||
dev | Object | |
Результат | void |
protected DrawText ( Object device, String text, String text2 = null, int alpha ) : void | ||
device | Object | |
text | String | |
text2 | String | |
alpha | int | |
Результат | void |
protected GetImageFormat ( String format ) : ImageFormat | ||
format | String | |
Результат | ImageFormat |
protected GetVTblAddresses ( |
||
pointer | ||
numberOfMethods | int | |
Результат | System.IntPtr[] |
protected PrepareFile ( String fileName ) : string | ||
fileName | String | |
Результат | string |
protected static ReadFullStream ( Stream stream ) : byte[] | ||
stream | Stream | The stream to read data from |
Результат | byte[] |
protected SendResponse ( Stream stream, System.Guid requestId ) : void | ||
stream | Stream | |
requestId | System.Guid | |
Результат | void |
protected SendResponse ( byte bitmapData, System.Guid requestId ) : void | ||
bitmapData | byte | |
requestId | System.Guid | |
Результат | void |