C# Class GDAL.GDAL.GeoBitmap

Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Свойство Type Description
File string
RasterXSize int
RasterYSize int
Rect GMap.NET.RectLatLng
Resolution double

Méthodes publiques

Méthode Description
GeoBitmap ( string file, double resolution, int rasterXSize, int rasterYSize, double Left, double Top, double Right, double Bottom ) : System

Method Details

GeoBitmap() public méthode

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

Property Details

File public_oe property

public string File
Résultat string

RasterXSize public_oe property

public int RasterXSize
Résultat int

RasterYSize public_oe property

public int RasterYSize
Résultat int

Rect public_oe property

public RectLatLng,GMap.NET Rect
Résultat GMap.NET.RectLatLng

Resolution public_oe property

public double Resolution
Résultat double