Name | Description | |
---|---|---|
C1Mapper Constructor | Initializes a new instance of the C1Mapper class. |
The following tables list the members exposed by C1Mapper.
Name | Description | |
---|---|---|
C1Mapper Constructor | Initializes a new instance of the C1Mapper class. |
Name | Description | |
---|---|---|
Height | Gets or sets the height of C1.Win.Map.C1Map. | |
Width | Gets or sets the width of C1.Win.Map.C1Map. |
Name | Description | |
---|---|---|
AddBoundingPoint | Creates a new bounding box using the given coordinates. | |
ClearMarks | Clears all previously added marks and lines. (Does not affect KML layers.) | |
DistancePix | Calculates screen distance (in 96dpi pixels) between two points. | |
DoCenterAndZoom | Centers and zooms the map based on owner settings (including auto zoom/center). | |
DrawLine | Overloaded. Adds a line to the lines layer. | |
DrawPoint | Adds a point. | |
GetImage | Gets a System.Drawing.Image representing the current map. | |
HideShowTools | Sets visibility of the standard C1Maps tools (scale, pan and zoom) based on owner's settings. | |
RefreshImage | Gets image representing the current map, with the previous data. | |
ResetBoundingPoints | Reset bounding rectangle to its default value. | |
UpdateKmlLayer | Adds a layer created from the specified KML stream. |
Name | Description | |
---|---|---|
TileLoaded | Occurs when the tile images is downloaded. |