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.
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Свойство Type Description
Height int
Width int

Méthodes publiques

Méthode Description
ImageSize ( int width, int height )

Initializes a new instance of the ImageSize struct.

Method Details

ImageSize() public méthode

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
Résultat int

Width public_oe property

The width
public int Width
Résultat int