Show / Hide Table of Contents

Class ImageTransform

Inheritance
object
ImageTransform
ImageBrightnessTransform
ImageContrastTransform
ImageGammaTransform
ImageGreyScaleTransform
ImageInvertTransform
ImageResizeTransform
ImageRotateFlipTransform
ImageFileTransform
PlaceholderTransform
SecureFileTransform
UserProfilePicTransform
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
public abstract class ImageTransform

Constructors

ImageTransform()

Declaration
protected ImageTransform()

Properties

CompositingQuality

Declaration
public CompositingQuality CompositingQuality { get; set; }
Property Value
Type Description
CompositingQuality

InterpolationMode

Declaration
public InterpolationMode InterpolationMode { get; set; }
Property Value
Type Description
InterpolationMode

PixelOffsetMode

Declaration
public PixelOffsetMode PixelOffsetMode { get; set; }
Property Value
Type Description
PixelOffsetMode

SmoothingMode

Declaration
public SmoothingMode SmoothingMode { get; set; }
Property Value
Type Description
SmoothingMode

UniqueString

Declaration
public virtual string UniqueString { get; }
Property Value
Type Description
string

Methods

CopyImage(Stream)

Declaration
public virtual Bitmap CopyImage(Stream imgStream)
Parameters
Type Name Description
Stream imgStream
Returns
Type Description
Bitmap

ProcessImage(Image)

Declaration
public abstract Image ProcessImage(Image image)
Parameters
Type Name Description
Image image
Returns
Type Description
Image

Extension Methods

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