C# Class PixelFarm.Drawing.Imaging.NativeImage

Inheritance: IDisposable
显示文件 Open project: prepare/HTML-Renderer

Public Methods

Method Description
Dispose ( ) : void
GetNativeImageHandle ( ) : IntPtr
NativeImage ( string filename ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetNativeImageHandle() public method

public GetNativeImageHandle ( ) : IntPtr
return System.IntPtr

NativeImage() public method

public NativeImage ( string filename ) : System
filename string
return System