Class ImageProcessResult<T>
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 abstract class ImageProcessResult<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
ImageProcessResult(T, ImageProcessState)
Declaration
protected ImageProcessResult(T result, ImageProcessState state)
Parameters
| Type | Name | Description |
|---|---|---|
| T | result | |
| ImageProcessState | state |
Properties
Result
Declaration
public T Result { get; }
Property Value
| Type | Description |
|---|---|
| T |
State
Declaration
public ImageProcessState State { get; }
Property Value
| Type | Description |
|---|---|
| ImageProcessState |