View Source
  Class ImageCropperValue.ImageCropperCropCoordinates
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    [DataContract(Name = "imageCropCoordinates")]
public class ImageCropperCropCoordinates : IEquatable<ImageCropperValue.ImageCropperCropCoordinates>
   
  Properties
  
  
    View Source
  
  X1
  
  
  Declaration
  
    [DataMember(Name = "x1")]
public decimal X1 { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  | 
    
  
  
    View Source
  
  X2
  
  
  Declaration
  
    [DataMember(Name = "x2")]
public decimal X2 { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  | 
    
  
  
    View Source
  
  Y1
  
  
  Declaration
  
    [DataMember(Name = "y1")]
public decimal Y1 { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  | 
    
  
  
    View Source
  
  Y2
  
  
  Declaration
  
    [DataMember(Name = "y2")]
public decimal Y2 { 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.ImageCropperCropCoordinates)
  
  
  Declaration
  
    public bool Equals(ImageCropperValue.ImageCropperCropCoordinates 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.ImageCropperCropCoordinates, ImageCropperValue.ImageCropperCropCoordinates)
  
  
  Declaration
  
    public static bool operator ==(ImageCropperValue.ImageCropperCropCoordinates left, ImageCropperValue.ImageCropperCropCoordinates right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(ImageCropperValue.ImageCropperCropCoordinates, ImageCropperValue.ImageCropperCropCoordinates)
  
  
  Declaration
  
    public static bool operator !=(ImageCropperValue.ImageCropperCropCoordinates left, ImageCropperValue.ImageCropperCropCoordinates right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |