Class Size
  
  
  
  
    Inheritance
    System.Object
    Size
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class Size : object
   
  Constructors
  
  
  
  
  Size()
  
  
  Declaration
  
  
  
  
  Size(Double, Double, ScreenMeasurementUnit)
  
  
  Declaration
  
    public Size(double width, double height, ScreenMeasurementUnit unit)
   
  Parameters
  
  Properties
  
  
  
  
  Height
  
  
  Declaration
  
    public DoubleUnit Height { get; set; }
   
  Property Value
  
  
  
  
  HeightCm
  
  
  Declaration
  
    public double HeightCm { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  HeightEmu
  
  
  Declaration
  
    public double HeightEmu { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  HeightInches
  
  
  Declaration
  
    public double HeightInches { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  HeightPixels
  
  
  Declaration
  
    public double HeightPixels { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  HeightPoints
  
  
  Declaration
  
    public double HeightPoints { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  Width
  
  
  Declaration
  
    public DoubleUnit Width { get; set; }
   
  Property Value
  
  
  
  
  WidthCm
  
  
  Declaration
  
    public double WidthCm { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  WidthEmu
  
  
  Declaration
  
    public double WidthEmu { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  WidthInches
  
  
  Declaration
  
    public double WidthInches { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  WidthPixels
  
  
  Declaration
  
    public double WidthPixels { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  WidthPoints
  
  
  Declaration
  
    public double WidthPoints { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  |