IndexedImageUtils.IndexedResize Method

Moxiecode ImageManager

MCManager classes

IndexedImageUtils.IndexedResize Method 

This method does a indexed resize of a bitmap and returns a new resized bitmap.

public static Bitmap IndexedResize(
   string path,
   int xSize,
   int ySize
);

Parameters

path
File to resize.
xSize
width of new bitmap.
ySize
height of new bitmap.

Return Value

Net resized bitmap.

See Also

IndexedImageUtils Class | Moxiecode.ImageManager.Utils Namespace