C# Class Algorithmix.Preprocessing.Expander

Show file Open project: Algorithmix/Papyrus

Public Methods

Method Description
Expand ( System shred ) : System.Drawing.Bitmap

Expands the given image to with a transparent boarder of size determined in this class

Method Details

Expand() public static method

Expands the given image to with a transparent boarder of size determined in this class
public static Expand ( System shred ) : System.Drawing.Bitmap
shred System the image to expand
return System.Drawing.Bitmap