C# Class ParkitectNexus.Data.Utilities.ImageUtility

Mostra file Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

Method Description
RecolorImage ( Image input, Color color ) : Bitmap
ResizeImage ( Image image, int width, int height ) : Bitmap

Method Details

RecolorImage() public static method

public static RecolorImage ( Image input, Color color ) : Bitmap
input System.Drawing.Image
color System.Drawing.Color
return System.Drawing.Bitmap

ResizeImage() public static method

public static ResizeImage ( Image image, int width, int height ) : Bitmap
image System.Drawing.Image
width int
height int
return System.Drawing.Bitmap