ImageUtilitiesResizeImage Method (Image, NullableInt32, NullableInt32) |
Namespace: ShellBoost.Core.Utilities
public static Bitmap ResizeImage( Image image, int? width, int? height )
Exception | Condition |
---|---|
ArgumentNullException | image is null. |
ArgumentException | both width and height are unspecified. |