Class ImageResizeTransform
Inheritance
ImageResizeTransform
Assembly: DotNetNuke.dll
public class ImageResizeTransform : ImageTransform
Constructors
Declaration
public ImageResizeTransform()
Properties
Declaration
public Color BackColor { get; set; }
Property Value
Declaration
public int Border { get; set; }
Property Value
Declaration
public int Height { get; set; }
Property Value
Declaration
public int MaxHeight { get; set; }
Property Value
Declaration
public int MaxWidth { get; set; }
Property Value
Declaration
public ImageResizeMode Mode { get; set; }
Property Value
Declaration
[Browsable(false)]
public override string UniqueString { get; }
Property Value
Overrides
Declaration
public int Width { get; set; }
Property Value
Methods
Declaration
public override Image ProcessImage(Image image)
Parameters
Type |
Name |
Description |
Image |
image |
|
Returns
Overrides
Declaration
public override string ToString()
Returns
Overrides
Extension Methods