C# Class Clippy.Imaging.Resizing.Resizer

Class that handles the resizing
Show file Open project: 24hr/Clippy

Private Methods

Method Description
Resize ( Image image, ResizeMethod method, Size size, Brush brush ) : Bitmap

Method that resizes and returns a bitmap of the resized image depending on resizing method, size and padcolor

Resize ( Image image, ResizeMethod method, Size size, Color padColor ) : Bitmap

Method that resizes and returns a bitmap of the resized image depending on resizing method, size and padcolor