C# Class ImageResizer.FluentExtensions.DropShadowExpression

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

Public Methods

Method 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

Method Description
DropShadowExpression ( ImageUrlBuilder builder ) : System

Method Details

Offset() public method

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
return StyleExpression