C# 클래스 GMap.NET.RectLatLng

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RectLatLng

공개 메소드들

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

비공개 메소드들

메소드 설명
RectLatLng ( ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( GMap.NET.PointLatLng pt ) : bool
pt GMap.NET.PointLatLng
리턴 bool

Contains() 공개 메소드

public Contains ( RectLatLng rect ) : bool
rect RectLatLng
리턴 bool

Contains() 공개 메소드

public Contains ( double lat, double lng ) : bool
lat double
lng double
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromLTRB() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Inflate() 공개 정적인 메소드

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

Inflate() 공개 메소드

public Inflate ( SizeLatLng size ) : void
size SizeLatLng
리턴 void

Inflate() 공개 메소드

public Inflate ( double lat, double lng ) : void
lat double
lng double
리턴 void

Intersect() 공개 정적인 메소드

public static Intersect ( RectLatLng a, RectLatLng b ) : RectLatLng
a RectLatLng
b RectLatLng
리턴 RectLatLng

Intersect() 공개 메소드

public Intersect ( RectLatLng rect ) : void
rect RectLatLng
리턴 void

IntersectsWith() 공개 메소드

public IntersectsWith ( RectLatLng a ) : bool
a RectLatLng
리턴 bool

Offset() 공개 메소드

public Offset ( GMap.NET.PointLatLng pos ) : void
pos GMap.NET.PointLatLng
리턴 void

Offset() 공개 메소드

public Offset ( double lat, double lng ) : void
lat double
lng double
리턴 void

RectLatLng() 공개 메소드

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

RectLatLng() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Union() 공개 정적인 메소드

public static Union ( RectLatLng a, RectLatLng b ) : RectLatLng
a RectLatLng
b RectLatLng
리턴 RectLatLng

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RectLatLng,GMap.NET Empty
리턴 RectLatLng