Class ImageResizeArgs
Inheritance
object
ImageResizeArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Imaging
Assembly: Volo.Abp.Imaging.Abstractions.dll
Syntax
public class ImageResizeArgs
Constructors
ImageResizeArgs(int?, int?, ImageResizeMode?)
Declaration
public ImageResizeArgs(int? width = null, int? height = null, ImageResizeMode? mode = null)
Parameters
Type | Name | Description |
---|---|---|
int? | width | |
int? | height | |
ImageResizeMode? | mode |
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
int |
Mode
Declaration
public ImageResizeMode Mode { get; set; }
Property Value
Type | Description |
---|---|
ImageResizeMode |
Width
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
int |