View Source
Class ImageCrop
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
ImageCrop(String, Int32, Int32, ImageCropCoordinates)
Declaration
public ImageCrop(string alias, int width, int height, ImageCropCoordinates coordinates)
Parameters
Type |
Name |
Description |
System.String |
alias |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
ImageCropCoordinates |
coordinates |
|
Properties
View Source
Alias
Declaration
public string Alias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Coordinates
Declaration
public ImageCropCoordinates Coordinates { get; }
Property Value
View Source
Height
Declaration
public int Height { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Width
Declaration
public int Width { get; }
Property Value
Type |
Description |
System.Int32 |
|