Click or drag to resize

StiImageUtilsResizeImage Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ResizeImage(System.Drawing.Image,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Bitmap ResizeImage(
	Image image,
	int width,
	int height
)

Parameters

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ResizeImage(System.Drawing.Image,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ResizeImage(System.Drawing.Image,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ResizeImage(System.Drawing.Image,System.Int32,System.Int32)"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ResizeImage(System.Drawing.Image,System.Int32,System.Int32)"]

See Also