UtilImageDrawResize Method

Changes the size of an image.

Definition

Namespace: DevCase.ThirdParty.ImageDraw
Assembly: DevCase.net48.ThirdParty.ImageDraw (in DevCase.net48.ThirdParty.ImageDraw.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Resize(
	ref ImageElement refImageElement,
	int width,
	int height,
	LockAspectRatio lockAspectRatio,
	InterpolationMode interpolationMode
)

Parameters

refImageElement  ImageElement
The image draw element.
width  Int32

[Missing <param name="width"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]

height  Int32

[Missing <param name="height"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]

lockAspectRatio  LockAspectRatio

[Missing <param name="lockAspectRatio"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]

interpolationMode  InterpolationMode

[Missing <param name="interpolationMode"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Neodynamic.SDK.ImageDraw by Neodynamic

See Also