Click or drag to resize
New_Map_1_Map Class
Inheritance Hierarchy

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public class New_Map_1_Map : MapBase

The New_Map_1_Map type exposes the following members.

Constructors
  NameDescription
Public methodNew_Map_1_Map
Initializes a new instance of the New_Map_1_Map class
Top
Methods
  NameDescription
Public methodDrawAllViews
Draws all layers in the map on all views according to the map's current ViewLayout
(Inherited from MapBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteRules (Inherited from MapBase.)
Public methodExecuteRulesInternal (Overrides MapBaseExecuteRulesInternal.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetView
Retrieve the area within the display that the current view occupies.
(Inherited from MapBase.)
Public methodScroll (Overrides MapBaseScroll(Point).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldm_CameFromMapType
Stores the type of the map that was previously the current map.
(Inherited from MapBase.)
Public fieldMapFlags
Stores a set of arbitrary boolean/flag values that can be used for any purpose on each map.
(Inherited from MapBase.)
Top
Properties
  NameDescription
Public propertyCurrentView
Returns the rectangle for the currently active view within the map's total view area
(Inherited from MapBase.)
Public propertyCurrentViewIndex
Which view is currently being processed (0 to MaxViews - 1)
(Inherited from MapBase.)
Public propertyDisplay
Returns the display on which this map is drawn.
(Inherited from MapBase.)
Public propertyScrollMarginBottom (Overrides MapBaseScrollMarginBottom.)
Public propertyScrollMarginLeft (Overrides MapBaseScrollMarginLeft.)
Public propertyScrollMarginRight (Overrides MapBaseScrollMarginRight.)
Public propertyScrollMarginTop (Overrides MapBaseScrollMarginTop.)
Public propertyTotalView
Returns the entire view area for this map (including all sub-views if multiple views exist)
(Inherited from MapBase.)
Public propertyViewLayout
Gets or sets the current arrangement of views within the display.
(Inherited from MapBase.)
Top
See Also