Win32UtilityResizeImage Method |
Namespace: NeoAxisAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Bitmap ResizeImage(
Image sourceImage,
int destWidth,
int destHeight
)
Parameters
- sourceImage Image
-
- destWidth Int32
-
- destHeight Int32
-
Return Value
Bitmap
See Also