C# 클래스 ScreenshotInject.DXHookD3D11

Direct3D 11 Hook - this hooks the SwapChain.Present to take screenshots
상속: BaseDXHook
파일 보기 프로젝트 열기: stani/GScreensTool

공개 메소드들

메소드 설명
Cleanup ( ) : void
DXHookD3D11 ( ScreenshotInterface ssInterface ) : System
Hook ( ) : void

비공개 메소드들

메소드 설명
CopyMemory ( IntPtr Destination, IntPtr Source, uint Length ) : void
GetImageFileFormat ( String format ) : ImageFileFormat
PresentHook ( IntPtr swapChainPtr, int syncInterval, SlimDX flags ) : int

Our present hook that will grab a copy of the backbuffer when requested. Note: this supports multi-sampling (anti-aliasing)

메소드 상세

Cleanup() 공개 메소드

public Cleanup ( ) : void
리턴 void

DXHookD3D11() 공개 메소드

public DXHookD3D11 ( ScreenshotInterface ssInterface ) : System
ssInterface ScreenshotInterface
리턴 System

Hook() 공개 메소드

public Hook ( ) : void
리턴 void