C# Class PixelFarm.Drawing.Image

Inheritance: System.IDisposable
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetCacheInnerImage ( Image img ) : System.IDisposable
SetCacheInnerImage ( Image img, System innerImage ) : void

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

GetCacheInnerImage() public static method

public static GetCacheInnerImage ( Image img ) : System.IDisposable
img Image
return System.IDisposable

SetCacheInnerImage() public static method

public static SetCacheInnerImage ( Image img, System innerImage ) : void
img Image
innerImage System
return void