View Source
Class ImageCrop
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
ImageCrop(string?, int, int, ImageCropCoordinates?)
Declaration
public ImageCrop(string? alias, int width, int height, ImageCropCoordinates? coordinates)
Parameters
Properties
View Source
Alias
Declaration
public string? Alias { get; }
Property Value
View Source
Coordinates
Declaration
public ImageCropCoordinates? Coordinates { get; }
Property Value
View Source
Height
Declaration
public int Height { get; }
Property Value
View Source
Width
Declaration
public int Width { get; }
Property Value