Class MapView
public class MapView
- Inheritance
-
MapView
- Inherited Members
Constructors
MapView()
public MapView()
MapView(string)
public MapView(string name)
Parameters
name
stringThe name.
MapView(string, RectangleF)
public MapView(string name, RectangleF viewport)
Parameters
name
stringThe name.
viewport
RectangleFThe viewport.
MapView(string, RectangleF, List<string>)
public MapView(string name, RectangleF viewport, List<string> groups)
Parameters
name
stringThe name.
viewport
RectangleFThe viewport.
groups
List<string>The highlighted groups
MapView(string, RectangleF, List<string>, string)
public MapView(string name, RectangleF viewport, List<string> groups, string settings)
Parameters
name
stringThe name.
viewport
RectangleFThe viewport.
groups
List<string>The highlighted groups
settings
stringThe Settings of the mapview (filters, map options, sorting)
MapView(string, RectangleF, string)
public MapView(string name, RectangleF viewport, string settings)
Parameters
name
stringThe name.
viewport
RectangleFThe viewport.
settings
stringThe Settings of the mapview (filters, map options, sorting)
Properties
HighlightGroups
Gets or sets the highlighted groups of the map view.
public string[]? HighlightGroups { get; set; }
Property Value
Name
Gets or sets name search for a MapView.
public string Name { get; set; }
Property Value
Settings
Gets or sets the settings of the map view.
public string? Settings { get; set; }
Property Value
Viewport
Gets or sets the view port rectangle boundary of the map view.
public RectangleF? Viewport { get; set; }
Property Value
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
Returns
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
public override int GetHashCode()
Returns
ToString()
public override string ToString()