C# Class GMap.NET.RectLatLng

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty RectLatLng

Méthodes publiques

Méthode 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

Méthode Description
RectLatLng ( ) : System

Method Details

Contains() public méthode

public Contains ( GMap.NET.PointLatLng pt ) : bool
pt GMap.NET.PointLatLng
Résultat bool

Contains() public méthode

public Contains ( RectLatLng rect ) : bool
rect RectLatLng
Résultat bool

Contains() public méthode

public Contains ( double lat, double lng ) : bool
lat double
lng double
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FromLTRB() public static méthode

public static FromLTRB ( double leftLng, double topLat, double rightLng, double bottomLat ) : RectLatLng
leftLng double
topLat double
rightLng double
bottomLat double
Résultat RectLatLng

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Inflate() public static méthode

public static Inflate ( RectLatLng rect, double lat, double lng ) : RectLatLng
rect RectLatLng
lat double
lng double
Résultat RectLatLng

Inflate() public méthode

public Inflate ( SizeLatLng size ) : void
size SizeLatLng
Résultat void

Inflate() public méthode

public Inflate ( double lat, double lng ) : void
lat double
lng double
Résultat void

Intersect() public static méthode

public static Intersect ( RectLatLng a, RectLatLng b ) : RectLatLng
a RectLatLng
b RectLatLng
Résultat RectLatLng

Intersect() public méthode

public Intersect ( RectLatLng rect ) : void
rect RectLatLng
Résultat void

IntersectsWith() public méthode

public IntersectsWith ( RectLatLng a ) : bool
a RectLatLng
Résultat bool

Offset() public méthode

public Offset ( GMap.NET.PointLatLng pos ) : void
pos GMap.NET.PointLatLng
Résultat void

Offset() public méthode

public Offset ( double lat, double lng ) : void
lat double
lng double
Résultat void

RectLatLng() public méthode

public RectLatLng ( GMap.NET.PointLatLng location, SizeLatLng size ) : System
location GMap.NET.PointLatLng
size SizeLatLng
Résultat System

RectLatLng() public méthode

public RectLatLng ( double lat, double lng, double widthLng, double heightLat ) : System
lat double
lng double
widthLng double
heightLat double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Union() public static méthode

public static Union ( RectLatLng a, RectLatLng b ) : RectLatLng
a RectLatLng
b RectLatLng
Résultat RectLatLng

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static RectLatLng,GMap.NET Empty
Résultat RectLatLng