C# Class Ghostscript.NET.Viewer.GhostscriptViewerDisplayHandler

Inheritance: GhostscriptDisplayDeviceHandler
Mostra file Open project: jhabjan/Ghostscript.NET

Public Methods

Method Description
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

Method Details

Close() public method

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

GhostscriptViewerDisplayHandler() public method

public GhostscriptViewerDisplayHandler ( GhostscriptViewer viewer ) : System
viewer GhostscriptViewer
return System

Open() public method

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

Page() public method

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

Preclose() public method

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

Presize() public method

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
return int

Size() public method

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
return int

Sync() public method

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

Update() public method

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
return int