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

상속: IDisposable
파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Lock void
Unlock void

공개 메소드들

메소드 설명
Create ( int width, int height, int stride, PixelFormat format ) : GhostscriptViewerImage
Dispose ( ) : void
GhostscriptViewerImage ( int width, int height, int stride, PixelFormat format ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Lock ( ) : void
Unlock ( ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( int width, int height, int stride, PixelFormat format ) : GhostscriptViewerImage
width int
height int
stride int
format PixelFormat
리턴 GhostscriptViewerImage

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GhostscriptViewerImage() 공개 메소드

public GhostscriptViewerImage ( int width, int height, int stride, PixelFormat format ) : System
width int
height int
stride int
format PixelFormat
리턴 System