New_Map_1_Map Class |
Namespace: (Default Namespace)
[SerializableAttribute] public class New_Map_1_Map : MapBase
The New_Map_1_Map type exposes the following members.
Name | Description | |
---|---|---|
New_Map_1_Map | Initializes a new instance of the New_Map_1_Map class |
Name | Description | |
---|---|---|
DrawAllViews |
Draws all layers in the map on all views according to the map's current ViewLayout
(Inherited from MapBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExecuteRules |
Allows customization of the way ExecuteRulesInternal is called.
(Inherited from MapBase.) | |
ExecuteRulesInternal | (Overrides MapBaseExecuteRulesInternal.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetView |
Retrieve the area within the display that the current view occupies.
(Inherited from MapBase.) | |
Scroll | (Overrides MapBaseScroll(Point).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
m_CameFromMapType |
Stores the type of the map that was previously the current map.
(Inherited from MapBase.) | |
MapFlags |
Stores a set of arbitrary boolean/flag values that can be used for any purpose
on each map.
(Inherited from MapBase.) |
Name | Description | |
---|---|---|
CurrentView |
Returns the rectangle for the currently active view within the map's total view area
(Inherited from MapBase.) | |
CurrentViewIndex |
Which view is currently being processed (0 to MaxViews - 1)
(Inherited from MapBase.) | |
Display |
Returns the display on which this map is drawn.
(Inherited from MapBase.) | |
ScrollMarginBottom | (Overrides MapBaseScrollMarginBottom.) | |
ScrollMarginLeft | (Overrides MapBaseScrollMarginLeft.) | |
ScrollMarginRight | (Overrides MapBaseScrollMarginRight.) | |
ScrollMarginTop | (Overrides MapBaseScrollMarginTop.) | |
TotalView |
Returns the entire view area for this map (including all sub-views if multiple views exist)
(Inherited from MapBase.) | |
ViewLayout |
Gets or sets the current arrangement of views within the display.
(Inherited from MapBase.) |