C# Class Ghostscript.NET.Viewer.GhostscriptViewerImage

Inheritance: IDisposable
Afficher le fichier Open project: jhabjan/Ghostscript.NET Class Usage Examples

Private Properties

Свойство Type Description
Lock void
Unlock void

Méthodes publiques

Méthode Description
Create ( int width, int height, int stride, PixelFormat format ) : GhostscriptViewerImage
Dispose ( ) : void
GhostscriptViewerImage ( int width, int height, int stride, PixelFormat format ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Lock ( ) : void
Unlock ( ) : void

Method Details

Create() public static méthode

public static Create ( int width, int height, int stride, PixelFormat format ) : GhostscriptViewerImage
width int
height int
stride int
format PixelFormat
Résultat GhostscriptViewerImage

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GhostscriptViewerImage() public méthode

public GhostscriptViewerImage ( int width, int height, int stride, PixelFormat format ) : System
width int
height int
stride int
format PixelFormat
Résultat System