ImageDrawingProvider
Assembly: ServiceStack.dll
View Source
Declaration
public class ImageDrawingProvider : ImageProvider
Inherited Properties
Instance
View Source
Declaration
public static ImageProvider Instance { get; set; }
Methods
Resize(Stream, Int32, Int32)
View Source
Declaration
public override Stream Resize(Stream origStream, int newWidth, int newHeight)
Returns
System.IO.Stream
Parameters
Type | Name |
---|---|
System.IO.Stream | origStream |
System.Int32 | newWidth |
System.Int32 | newHeight |
Inherited Methods
Resize(Stream, Int32, Int32)
View Source
Declaration
public abstract Stream Resize(Stream stream, int newWidth, int newHeight)
Returns
System.IO.Stream
Parameters
Type | Name |
---|---|
System.IO.Stream | stream |
System.Int32 | newWidth |
System.Int32 | newHeight |
Resize(Stream, String)
View Source
Declaration
public virtual Stream Resize(Stream origStream, string savePhotoSize = null)
Returns
System.IO.Stream
Parameters
Type | Name |
---|---|
System.IO.Stream | origStream |
System.String | savePhotoSize |