Image Resizer : API Documentation

Type BoxPadding

Namespace ImageResizer.Resizing

Represents the widths of edges of a box.

Methods

Properties

Public static methods

BoxPadding Parse(string text, BoxPadding fallbackValue)

Public properties

double All get;

Returns double.NaN unless all edges are the same width, in which case that width is returned

double Bottom get;

BoxPadding Empty get;

Returns an instance with a width of 0

bool IsEmpty get;

Returns true if th

double Left get;

double Top get;