Click or drag to resize

Win32UtilityResizeImage Method


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

Parameters

sourceImage  Image
 
destWidth  Int32
 
destHeight  Int32
 

Return Value

Bitmap
See Also