C# Класс ImageResizer.FluentExtensions.DropShadowExpression

As expression for configuring dropshadow plugin options. For more information see http://imageresizing.net/plugins/dropshadow.
Наследование: StyleExpression
Показать файл Открыть проект

Открытые методы

Метод Описание
Offset ( int offsetDepth, int offsetAngle ) : StyleExpression

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

Приватные методы

Метод Описание
DropShadowExpression ( ImageUrlBuilder builder ) : System

Описание методов

Offset() публичный Метод

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
Результат StyleExpression