C# Class GDAL.GDAL.GeoBitmap

Show file Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
File string
RasterXSize int
RasterYSize int
Rect GMap.NET.RectLatLng
Resolution double

Public Methods

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

Method Details

GeoBitmap() public method

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
return System

Property Details

File public property

public string File
return string

RasterXSize public property

public int RasterXSize
return int

RasterYSize public property

public int RasterYSize
return int

Rect public property

public RectLatLng,GMap.NET Rect
return GMap.NET.RectLatLng

Resolution public property

public double Resolution
return double