Image Resizer : API Documentation

Type AnchorLocation

Namespace ImageResizer

Parent Enum

Anchor location. Convertible to System.Drawing.ContentAlignment by casting.

Fields

Public fields

int value__

return int

AnchorLocation TopLeft

Content is vertically aligned at the top, and horizontally aligned on the left.
return AnchorLocation

AnchorLocation TopCenter

Content is vertically aligned at the top, and horizontally aligned at the center.
return AnchorLocation

AnchorLocation TopRight

Content is vertically aligned at the top, and horizontally aligned on the right.
return AnchorLocation

AnchorLocation MiddleLeft

Content is vertically aligned in the middle, and horizontally aligned onthe left.
return AnchorLocation

AnchorLocation MiddleCenter

Content is vertically aligned in the middle, and horizontally aligned at the center.
return AnchorLocation

AnchorLocation MiddleRight

Content is vertically aligned in the middle, and horizontally aligned on the right.
return AnchorLocation

AnchorLocation BottomLeft

Content is vertically aligned at the bottom, and horizontally aligned on the left.
return AnchorLocation

AnchorLocation BottomCenter

Content is vertically aligned at the bottom, and horizontally aligned at the center.
return AnchorLocation

AnchorLocation BottomRight

Content is vertically aligned at the bottom, and horizontally aligned on the right.
return AnchorLocation