C# Class GMap.NET.RectLatLng

Mostra file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
Empty RectLatLng

Public Methods

Method Description
Contains ( GMap.NET.PointLatLng pt ) : bool
Contains ( RectLatLng rect ) : bool
Contains ( double lat, double lng ) : bool
Equals ( object obj ) : bool
FromLTRB ( double leftLng, double topLat, double rightLng, double bottomLat ) : RectLatLng
GetHashCode ( ) : int
Inflate ( RectLatLng rect, double lat, double lng ) : RectLatLng
Inflate ( SizeLatLng size ) : void
Inflate ( double lat, double lng ) : void
Intersect ( RectLatLng a, RectLatLng b ) : RectLatLng
Intersect ( RectLatLng rect ) : void
IntersectsWith ( RectLatLng a ) : bool
Offset ( GMap.NET.PointLatLng pos ) : void
Offset ( double lat, double lng ) : void
RectLatLng ( GMap.NET.PointLatLng location, SizeLatLng size ) : System
RectLatLng ( double lat, double lng, double widthLng, double heightLat ) : System
ToString ( ) : string
Union ( RectLatLng a, RectLatLng b ) : RectLatLng
operator ( ) : bool

Private Methods

Method Description
RectLatLng ( ) : System

Method Details

Contains() public method

public Contains ( GMap.NET.PointLatLng pt ) : bool
pt GMap.NET.PointLatLng
return bool

Contains() public method

public Contains ( RectLatLng rect ) : bool
rect RectLatLng
return bool

Contains() public method

public Contains ( double lat, double lng ) : bool
lat double
lng double
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FromLTRB() public static method

public static FromLTRB ( double leftLng, double topLat, double rightLng, double bottomLat ) : RectLatLng
leftLng double
topLat double
rightLng double
bottomLat double
return RectLatLng

GetHashCode() public method

public GetHashCode ( ) : int
return int

Inflate() public static method

public static Inflate ( RectLatLng rect, double lat, double lng ) : RectLatLng
rect RectLatLng
lat double
lng double
return RectLatLng

Inflate() public method

public Inflate ( SizeLatLng size ) : void
size SizeLatLng
return void

Inflate() public method

public Inflate ( double lat, double lng ) : void
lat double
lng double
return void

Intersect() public static method

public static Intersect ( RectLatLng a, RectLatLng b ) : RectLatLng
a RectLatLng
b RectLatLng
return RectLatLng

Intersect() public method

public Intersect ( RectLatLng rect ) : void
rect RectLatLng
return void

IntersectsWith() public method

public IntersectsWith ( RectLatLng a ) : bool
a RectLatLng
return bool

Offset() public method

public Offset ( GMap.NET.PointLatLng pos ) : void
pos GMap.NET.PointLatLng
return void

Offset() public method

public Offset ( double lat, double lng ) : void
lat double
lng double
return void

RectLatLng() public method

public RectLatLng ( GMap.NET.PointLatLng location, SizeLatLng size ) : System
location GMap.NET.PointLatLng
size SizeLatLng
return System

RectLatLng() public method

public RectLatLng ( double lat, double lng, double widthLng, double heightLat ) : System
lat double
lng double
widthLng double
heightLat double
return System

ToString() public method

public ToString ( ) : string
return string

Union() public static method

public static Union ( RectLatLng a, RectLatLng b ) : RectLatLng
a RectLatLng
b RectLatLng
return RectLatLng

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static RectLatLng,GMap.NET Empty
return RectLatLng