View Source
  Class ImageFocalPoint
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ImageFocalPoint
   
  Constructors
  
  
    View Source
  
  ImageFocalPoint(Decimal, Decimal)
  
  
  Declaration
  
    public ImageFocalPoint(decimal left, decimal top)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Decimal | left |  | 
      
        | System.Decimal | top |  | 
    
  
  Properties
  
  
    View Source
  
  Left
  
  
  Declaration
  
    public decimal Left { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  | 
    
  
  
    View Source
  
  Top
  
  
  Declaration
  
    public decimal Top { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Decimal |  |