C# Class ImageResizer.FluentExtensions.AlignmentExpression

Inheritance: ResizeExpression
Mostra file Open project: benfoster/ImageResizer.FluentExtensions

Public Methods

Method Description
Anchor ( AnchorPoint anchorPoint ) : ResizeExpression

Determines how to anchor the image when padding or cropping

Private Methods

Method Description
AlignmentExpression ( ImageUrlBuilder builder )

Method Details

Anchor() public method

Determines how to anchor the image when padding or cropping
public Anchor ( AnchorPoint anchorPoint ) : ResizeExpression
anchorPoint AnchorPoint The position of the anchor point
return ResizeExpression