Click or drag to resize

Win32UtilityResizeImage Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Bitmap ResizeImage(
	Image sourceImage,
	int destWidth,
	int destHeight
)

Parameters

sourceImage
Type: System.DrawingImage
destWidth
Type: SystemInt32
destHeight
Type: SystemInt32

Return Value

Type: Bitmap
See Also