C# 클래스 Ghostscript.NET.Viewer.GhostscriptViewerDisplayHandler

상속: GhostscriptDisplayDeviceHandler
파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET

공개 메소드들

메소드 설명
Close ( IntPtr handle, IntPtr device ) : int
GhostscriptViewerDisplayHandler ( GhostscriptViewer viewer ) : System
Open ( IntPtr handle, IntPtr device ) : int
Page ( IntPtr handle, IntPtr device, int copies, int flush ) : int
Preclose ( IntPtr handle, IntPtr device ) : int
Presize ( IntPtr handle, IntPtr device, int width, int height, int raster, uint format ) : int
Size ( IntPtr handle, IntPtr device, int width, int height, int raster, uint format, IntPtr pimage ) : int
Sync ( IntPtr handle, IntPtr device ) : int
Update ( IntPtr handle, IntPtr device, int x, int y, int w, int h ) : int

메소드 상세

Close() 공개 메소드

public Close ( IntPtr handle, IntPtr device ) : int
handle System.IntPtr
device System.IntPtr
리턴 int

GhostscriptViewerDisplayHandler() 공개 메소드

public GhostscriptViewerDisplayHandler ( GhostscriptViewer viewer ) : System
viewer GhostscriptViewer
리턴 System

Open() 공개 메소드

public Open ( IntPtr handle, IntPtr device ) : int
handle System.IntPtr
device System.IntPtr
리턴 int

Page() 공개 메소드

public Page ( IntPtr handle, IntPtr device, int copies, int flush ) : int
handle System.IntPtr
device System.IntPtr
copies int
flush int
리턴 int

Preclose() 공개 메소드

public Preclose ( IntPtr handle, IntPtr device ) : int
handle System.IntPtr
device System.IntPtr
리턴 int

Presize() 공개 메소드

public Presize ( IntPtr handle, IntPtr device, int width, int height, int raster, uint format ) : int
handle System.IntPtr
device System.IntPtr
width int
height int
raster int
format uint
리턴 int

Size() 공개 메소드

public Size ( IntPtr handle, IntPtr device, int width, int height, int raster, uint format, IntPtr pimage ) : int
handle System.IntPtr
device System.IntPtr
width int
height int
raster int
format uint
pimage System.IntPtr
리턴 int

Sync() 공개 메소드

public Sync ( IntPtr handle, IntPtr device ) : int
handle System.IntPtr
device System.IntPtr
리턴 int

Update() 공개 메소드

public Update ( IntPtr handle, IntPtr device, int x, int y, int w, int h ) : int
handle System.IntPtr
device System.IntPtr
x int
y int
w int
h int
리턴 int