View Source
Class ImageCropperValue.ImageCropperCropCoordinates
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ImageCropperValue.ImageCropperCropCoordinates
Constructors
View Source
ImageCropperCropCoordinates()
Declaration
public ImageCropperCropCoordinates()
Properties
View Source
X1
Declaration
public decimal X1 { get; set; }
Property Value
View Source
X2
Declaration
public decimal X2 { get; set; }
Property Value
View Source
Y1
Declaration
public decimal Y1 { get; set; }
Property Value
View Source
Y2
Declaration
public decimal Y2 { get; set; }
Property Value
Methods
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
View Source
Equals(ImageCropperCropCoordinates?)
Declaration
public bool Equals(ImageCropperValue.ImageCropperCropCoordinates? other)
Parameters
Returns
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Operators
View Source
operator ==(ImageCropperCropCoordinates?, ImageCropperCropCoordinates?)
Declaration
public static bool operator ==(ImageCropperValue.ImageCropperCropCoordinates? left, ImageCropperValue.ImageCropperCropCoordinates? right)
Parameters
Returns
View Source
operator !=(ImageCropperCropCoordinates?, ImageCropperCropCoordinates?)
Declaration
public static bool operator !=(ImageCropperValue.ImageCropperCropCoordinates? left, ImageCropperValue.ImageCropperCropCoordinates? right)
Parameters
Returns