MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
ResizeImage Method (image, width, height)
NamespacesMPfm.CoreImageManipulationResizeImage(Image, Int32, Int32)
The ResizeImage static function resizes images to a desired width and height, with the highest quality possible.
Declaration Syntax
C#Visual Basic
public static Image ResizeImage(
	Image image,
	int width,
	int height
)
Public Shared Function ResizeImage ( _
	image As Image, _
	width As Integer, _
	height As Integer _
) As Image
Parameters
image (Image)
The Image object to resize
width (Int32)
Resized image width
height (Int32)
Resized image height
Return Value

[Missing <returns> documentation for "M:MPfm.Core.ImageManipulation.ResizeImage(System.Drawing.Image,System.Int32,System.Int32)"]

Assembly: MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)