C# 클래스 InTheHand.Devices.Geolocation.Geocircle

Describes a geographic circle with a center point and a radius.
상속: IGeoshape
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
Geocircle ( BasicGeoposition position, double radius ) : System

Create a geographic circle object for the given position and radius.

비공개 메소드들

메소드 설명
Geocircle ( Windows circle ) : System

메소드 상세

Geocircle() 공개 메소드

Create a geographic circle object for the given position and radius.
public Geocircle ( BasicGeoposition position, double radius ) : System
position BasicGeoposition
radius double
리턴 System