C# Class ImgProcCore.ImageAddTextPlugin

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

Private Properties

Property Type Description

Public Methods

Method Description
ImageAddTextPlugin ( ) : System.Collections.Generic

Protected Methods

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

Method Details

ImageAddTextPlugin() public method

public ImageAddTextPlugin ( ) : System.Collections.Generic
return System.Collections.Generic

Process() protected method

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