Class ImageProcessResult<T>
Inherited Members
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 |