C# Class At.FF.Krems.Configuration.Google.StaticMaps.Entities.ImageSize

Images may be retrieved in sizes up to 640 by 640 pixels. The size parameter takes a string with two values separated by the x character. 640x640 is the largest image size allowed. Note that the center parameter, combined with the size parameter implicitly defines the coverage area of the map image.
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Properties

Property Type Description
Height int
Width int

Public Methods

Method Description
ImageSize ( int width, int height )

Initializes a new instance of the ImageSize struct.

Method Details

ImageSize() public method

Initializes a new instance of the ImageSize struct.
public ImageSize ( int width, int height )
width int The width.
height int The height.

Property Details

Height public_oe property

The height
public int Height
return int

Width public_oe property

The width
public int Width
return int