C# Class InTheHand.Devices.Geolocation.Geocircle

Describes a geographic circle with a center point and a radius.
Inheritance: IGeoshape
ファイルを表示 Open project: inthehand/Charming

Public Methods

Method Description
Geocircle ( BasicGeoposition position, double radius ) : System

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

Private Methods

Method Description
Geocircle ( Windows circle ) : System

Method Details

Geocircle() public method

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