C# Class GDAL.GDAL.GeoBitmap

Exibir arquivo 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_oe property

public string File
return string

RasterXSize public_oe property

public int RasterXSize
return int

RasterYSize public_oe property

public int RasterYSize
return int

Rect public_oe property

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

Resolution public_oe property

public double Resolution
return double