View Source
Class ImageCropperValue.ImageCropperFocalPoint
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ImageCropperValue.ImageCropperFocalPoint
Properties
View Source
Left
Declaration
public decimal Left { get; set; }
Property Value
View Source
Top
Declaration
public decimal Top { get; set; }
Property Value
Methods
View Source
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
The object to compare with the current object.
|
Returns
| Type |
Description |
| bool |
true if the specified object is equal to the current object; otherwise, false.
|
View Source
Equals(ImageCropperFocalPoint?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ImageCropperValue.ImageCropperFocalPoint? other)
Parameters
Returns
| Type |
Description |
| bool |
true if the current object is equal to the other parameter; otherwise, false.
|
View Source
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| int |
A hash code for the current object.
|
Operators
View Source
operator ==(ImageCropperFocalPoint, ImageCropperFocalPoint)
Declaration
public static bool operator ==(ImageCropperValue.ImageCropperFocalPoint left, ImageCropperValue.ImageCropperFocalPoint right)
Parameters
Returns
View Source
operator !=(ImageCropperFocalPoint, ImageCropperFocalPoint)
Declaration
public static bool operator !=(ImageCropperValue.ImageCropperFocalPoint left, ImageCropperValue.ImageCropperFocalPoint right)
Parameters
Returns