C# Class ImageResizer.FluentExtensions.DropShadowExpression

As expression for configuring dropshadow plugin options. For more information see http://imageresizing.net/plugins/dropshadow.
Inheritance: StyleExpression
Afficher le fichier Open project: benfoster/ImageResizer.FluentExtensions

Méthodes publiques

Méthode Description
Offset ( int offsetDepth, int offsetAngle ) : StyleExpression

Configure the depth and angle of the shadow by specifying how far offset it is from the image

Private Methods

Méthode Description
DropShadowExpression ( ImageUrlBuilder builder ) : System

Method Details

Offset() public méthode

Configure the depth and angle of the shadow by specifying how far offset it is from the image
public Offset ( int offsetDepth, int offsetAngle ) : StyleExpression
offsetDepth int
offsetAngle int
Résultat StyleExpression