Class ImageResizer
System.Object
  MarkdownMonster.Utilities.ImageResizer
public class ImageResizer : object

Class Members

MemberDescription

Constructor

ResizeImageByMode

Resizes an image from a bitmap either based on the width or height depending on mode. Note image will resize to the larger of the two sides

public static Bitmap ResizeImageByMode(Bitmap bmp,     int width,     int height,     ResizeModes resizeMode,     InterpolationMode mode)

Requirements

Namespace: MarkdownMonster.Utilities
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic