C# Class Disco.Services.Expressions.Extensions.ImageResultImplementations.BaseImageExpressionResult

Inheritance: IImageExpressionResult
Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
BaseImageExpressionResult ( ) : Disco.Models.BI.Expressions
GetImage ( int Width, int Height ) : Stream

Méthodes protégées

Méthode Description
OutputImage ( Image SourceImage ) : Stream
RenderImage ( Image SourceImage, int Width, int Height ) : Stream

Method Details

BaseImageExpressionResult() public méthode

public BaseImageExpressionResult ( ) : Disco.Models.BI.Expressions
Résultat Disco.Models.BI.Expressions

GetImage() public abstract méthode

public abstract GetImage ( int Width, int Height ) : Stream
Width int
Height int
Résultat Stream

OutputImage() protected méthode

protected OutputImage ( Image SourceImage ) : Stream
SourceImage Image
Résultat Stream

RenderImage() protected méthode

protected RenderImage ( Image SourceImage, int Width, int Height ) : Stream
SourceImage Image
Width int
Height int
Résultat Stream