메소드 |
설명 |
|
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 |
|
|