MCImageManager API Reference |
IndexedImageUtils..::.IndexedResize Method |
IndexedImageUtils Class See Also Send Feedback |
This method does a indexed resize of a bitmap and returns a new resized bitmap.
Namespace:
Moxiecode.ImageManager.Utils
Assembly:
MCImageManager (in MCImageManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static Bitmap IndexedResize( string path, int xSize, int ySize ) |
Visual Basic (Declaration) |
---|
Public Shared Function IndexedResize ( _ path As String, _ xSize As Integer, _ ySize As Integer _ ) As Bitmap |
Visual C++ |
---|
public: static Bitmap^ IndexedResize( String^ path, int xSize, int ySize ) |
Parameters
- path
- Type: System..::.String
File to resize.
- xSize
- Type: System..::.Int32
width of new bitmap.
- ySize
- Type: System..::.Int32
height of new bitmap.