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.
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 프로퍼티들

프로퍼티 타입 설명
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