View Source
  Class ImageCropperValue.ImageCropperFocalPoint
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class ImageCropperFocalPoint : IEquatable<ImageCropperValue.ImageCropperFocalPoint>
   
  Properties
  
  
    View Source
  
  Left
  
  
  Declaration
  
    public decimal Left { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  | 
    
  
  
    View Source
  
  Top
  
  
  Declaration
  
    public decimal Top { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  | 
    
  
  Methods
  
  
    View Source
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Equals(ImageCropperValue.ImageCropperFocalPoint)
  
  
  Declaration
  
    public bool Equals(ImageCropperValue.ImageCropperFocalPoint other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(ImageCropperValue.ImageCropperFocalPoint, ImageCropperValue.ImageCropperFocalPoint)
  
  
  Declaration
  
    public static bool operator ==(ImageCropperValue.ImageCropperFocalPoint left, ImageCropperValue.ImageCropperFocalPoint right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(ImageCropperValue.ImageCropperFocalPoint, ImageCropperValue.ImageCropperFocalPoint)
  
  
  Declaration
  
    public static bool operator !=(ImageCropperValue.ImageCropperFocalPoint left, ImageCropperValue.ImageCropperFocalPoint right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |