C# Класс 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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Height int
Width int

Открытые методы

Метод Описание
ImageSize ( int width, int height )

Initializes a new instance of the ImageSize struct.

Описание методов

ImageSize() публичный Метод

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

Описание свойств

Height публичное свойство

The height
public int Height
Результат int

Width публичное свойство

The width
public int Width
Результат int