C# 클래스 ImageResizer.FluentExtensions.AlignmentExpression

상속: ResizeExpression
파일 보기 프로젝트 열기: benfoster/ImageResizer.FluentExtensions

공개 메소드들

메소드 설명
Anchor ( AnchorPoint anchorPoint ) : ResizeExpression

Determines how to anchor the image when padding or cropping

비공개 메소드들

메소드 설명
AlignmentExpression ( ImageUrlBuilder builder )

메소드 상세

Anchor() 공개 메소드

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