Class Size
  
  
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  Size()
  
  
  Declaration
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Size(Size)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Size | size |  | 
    
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Size(double, double)
  
  
  Declaration
  
    public Size(double width, double height)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Height
  
  
  Declaration
  
    public double Height { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Width
  
  
  Declaration
  
    public double Width { get; set; }
   
  Property Value