C# Class ImgProcCore.ImageScalePlugin

Inheritance: ImgProc.Shared.ProcessingPlugin
Mostrar archivo Open project: EFanZh/EFanZh Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ImageScalePlugin ( ) : System

Protected Methods

Method Description
Process ( Bitmap bitmap, AsyncOperation asyncOp ) : Bitmap

Method Details

ImageScalePlugin() public method

public ImageScalePlugin ( ) : System
return System

Process() protected method

protected Process ( Bitmap bitmap, AsyncOperation asyncOp ) : Bitmap
bitmap System.Drawing.Bitmap
asyncOp System.ComponentModel.AsyncOperation
return System.Drawing.Bitmap