C# Class BitmapBPP.Signature

Create a bitmap signature from list of points
Show file Open project: CORE-POS/IS4C Class Usage Examples

Public Methods

Method Description
Signature ( string fn, List pts ) : System
draw ( ) : void

Private Methods

Method Description
getPen ( Brush b ) : Pen

Method Details

Signature() public method

public Signature ( string fn, List pts ) : System
fn string
pts List
return System

draw() public method

public draw ( ) : void
return void