Show / Hide Table of Contents

Class ImageResizeTransform

Inheritance
object
ImageTransform
ImageResizeTransform
Inherited Members
ImageTransform.CopyImage(Stream)
ImageTransform.InterpolationMode
ImageTransform.SmoothingMode
ImageTransform.PixelOffsetMode
ImageTransform.CompositingQuality
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage.FilterTransform
Assembly: DotNetNuke.dll
Syntax
public class ImageResizeTransform : ImageTransform

Constructors

ImageResizeTransform()

Declaration
public ImageResizeTransform()

Properties

BackColor

Declaration
public Color BackColor { get; set; }
Property Value
Type Description
Color

Border

Declaration
public int Border { get; set; }
Property Value
Type Description
int

Height

Declaration
public int Height { get; set; }
Property Value
Type Description
int

MaxHeight

Declaration
public int MaxHeight { get; set; }
Property Value
Type Description
int

MaxWidth

Declaration
public int MaxWidth { get; set; }
Property Value
Type Description
int

Mode

Declaration
public ImageResizeMode Mode { get; set; }
Property Value
Type Description
ImageResizeMode

UniqueString

Declaration
[Browsable(false)]
public override string UniqueString { get; }
Property Value
Type Description
string
Overrides
ImageTransform.UniqueString

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
int

Methods

ProcessImage(Image)

Declaration
public override Image ProcessImage(Image image)
Parameters
Type Name Description
Image image
Returns
Type Description
Image
Overrides
ImageTransform.ProcessImage(Image)

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS