C# 클래스 GDAL.GDAL.GeoBitmap

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
File string
RasterXSize int
RasterYSize int
Rect GMap.NET.RectLatLng
Resolution double

공개 메소드들

메소드 설명
GeoBitmap ( string file, double resolution, int rasterXSize, int rasterYSize, double Left, double Top, double Right, double Bottom ) : System

메소드 상세

GeoBitmap() 공개 메소드

public GeoBitmap ( string file, double resolution, int rasterXSize, int rasterYSize, double Left, double Top, double Right, double Bottom ) : System
file string
resolution double
rasterXSize int
rasterYSize int
Left double
Top double
Right double
Bottom double
리턴 System

프로퍼티 상세

File 공개적으로 프로퍼티

public string File
리턴 string

RasterXSize 공개적으로 프로퍼티

public int RasterXSize
리턴 int

RasterYSize 공개적으로 프로퍼티

public int RasterYSize
리턴 int

Rect 공개적으로 프로퍼티

public RectLatLng,GMap.NET Rect
리턴 GMap.NET.RectLatLng

Resolution 공개적으로 프로퍼티

public double Resolution
리턴 double