| |
Name |
Description |
|
components
|
Required designer variable. |
|
CurrentNextHandle
|
Keeps track of the next layer handle to use. Use this, rather than m_AddedLayers.Count, to maintain layer handles. Using m_AddedLayers.Count may cause duplicate layer handles to be used in the same session, which could lead to errors by developers using the control. |
|
m_AddedLayers
|
Layers currently added to the map. |
|
m_BackBuffer
|
Background buffer -- used to speed up rendering when the control is invalidated due to minimize, coverup, etc. |
|
m_BackColor
|
Background color of the map display for transparent polygons and for regions outside of the map data. |
|
m_CurrentExtents
|
Current extents of the map view. |
|
m_CursorMode
|
Current mouse cursor mode for clicks on the map. |
|
m_HaltDrawing
|
Indicates that drawing should temporarily be halted. |
|
m_LayerPositions
|
Layer positions of layers in the map. Key is the layerhandle; position in the array is the layer position. |
|
m_MapResizeBehavior
|
Current behavior when resizing the map. |
|
m_MouseWheelZooms
|
Indicates whether the mouse wheel should zoom when the control has focus. |
|
m_Panning_CaptureX
|
Captured Projected X coordinate for panning line. |
|
m_Panning_CaptureY
|
Captured Projected Y coordinate for panning line. |
|
m_Panning_End
|
Captured Screen Y coordinate for panning line. |
|
m_Panning_ReversibleDrawn
|
Indicates whether a panning line has been drawn. |
|
m_Panning_Start
|
Captured Screen X coordinate for panning line. |
|
m_pixelPerProjectionX
|
The number of pixels per projected coordinate in the X direction. |
|
m_pixelPerProjectionY
|
The number of pixels per projected coordinate in the Y direction. |
|
m_ZoomPercent
|
Current extents percentage that a zoom operation will affect the map with. |