ImageExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class ImageExtensions
Methods
ResizeToPng(Image, Int32, Int32)
View Source
Declaration
public static MemoryStream ResizeToPng(this Image img, int newWidth, int newHeight)
Returns
System.IO.MemoryStream
Parameters
Type | Name |
---|---|
System.Drawing.Image | img |
System.Int32 | newWidth |
System.Int32 | newHeight |
CropToPng(Image, Int32, Int32, Int32, Int32)
View Source
Declaration
public static MemoryStream CropToPng(this Image img, int newWidth, int newHeight, int startX = 0, int startY = 0)
Returns
System.IO.MemoryStream
Parameters
Type | Name |
---|---|
System.Drawing.Image | img |
System.Int32 | newWidth |
System.Int32 | newHeight |
System.Int32 | startX |
System.Int32 | startY |