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