Image Resizer : API Documentation

Type DropShadow

Namespace ImageResizer.Plugins.Basic

Parent BuilderExtension

Interfaces IPlugin, IQuerystringPlugin

Adds drop shadow capabilities (shadowColor, shadowOffset, and shadowWidth commands)

Methods

Public static methods

void DrawOuterGradient(Graphics g, PointF[] poly, Color inner, Color outer, float width)

Draws a gradient around the specified polygon. Fades from 'inner' to 'outer' over a distance of 'width' pixels.