C# Class HQ2x.Engine

显示文件 Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
Engine ( ) : System
Engine ( ILerp lerp, IThreshold threshold ) : System
Process ( Bitmap inputBitmap ) : Bitmap

Method Details

Engine() public method

public Engine ( ) : System
return System

Engine() public method

public Engine ( ILerp lerp, IThreshold threshold ) : System
lerp ILerp
threshold IThreshold
return System

Process() public method

public Process ( Bitmap inputBitmap ) : Bitmap
inputBitmap System.Drawing.Bitmap
return System.Drawing.Bitmap