DevExpress.Map.v22.2.Core
Contains common utility classes used by the Map controls from DevExpress.
Provides data for the and events.
Initializes a new instance of the class with the specified values of event arguments.
A object representing the name of an attribute.
An storing an attribute value.
A object that is the string representation of the attribute value.
A object representing a fragment of a text pattern, which will be replaced with the display value.
Gets or sets an attribute display value.
A object that is the string representation of the attribute value.
Returns the name of an attribute.
A object representing the name of attribute whose display value should be customized.
Returns the pattern fragment which will be replaced with the .
A object representing the fragment pattern.
Returns an attribute value.
A storing an attribute value.
A method that will handle the and events.
The event source. This parameter identifies the (WinForms) or (WPF) which raised the event.
The base class for all map coordinate points.
Determines whether the two specified objects are equal.
The object to compare with the current object.
true if specified objects are equal; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current object.
An integer value that is the hash code for the current object.
Returns the value of the X coordinate.
A value.
Returns the value of the Y coordinate.
A value.
Initializes an instance of a class descendant object offset by specified values.
A value specifying an X coordinate offset.
A value specifying an Y coordinate offset.
A class descendant object.
Returns the textual representation of the .
A value, which is the textual representation of the .
Returns the textual representation of the .
An object implementing the interface.
A value, which is the textual representation of the .
The base interface for heatmap points.
Gets or sets the heatmap point location.
A descendant.
Gets or sets the heatmap point value.
A point-floating number that represents the heatmap point value.
The interface that should be provided by map vector items whose location can be determined.
Gets or sets the location of map items implementing this interface.
A class descendant object.
The interface that should be implemented by map vector items specified using an array of points.
Gets or sets the list of points determining the shape of map items implementing this interface.
A list of class descendant objects.
Represents the map bounds.
Initializes a new instance of the class with the specified values.
The upper-left point coordinates.
The lower-right point coordinates.
Initializes a new instance of the class with the specified values.
The upper-left point x-coordinate.
The upper-left point y-coordinate.
The lower-right point x-coordinate.
The lower-right point y-coordinate.
Returns the y-coordinate that is equal to the sum of the upper-left y-coordinate and Height property values.
The sum of the upper-left y-coordinate and Height property values.
Checks whether the passed map bounds are entirely contained within these map bounds.
The map bounds to be checked.
true the passed map bounds are entirely contained within these map bounds; otherwise false.
For internal use.
Returns a object whose settings are not initialized.
A object whose settings are not initialized.
Determines whether the current object has the same settings as the specified object.
A object to compare with the current object.
true if the object specified by the parameter has the same settings as the current object; otherwise, false.
Returns the hash code for the current object.
The hash code for the current object.
Gets or sets the height of the map bounds’ bounding box.
Height of the map bounds’ bounding box.
Creates and returns an enlarged copy of the specified map bounds.
The map bounds with which to start. These map bounds are not modified.
The amount to inflate these map bounds.
The enlarged map bounds.
Returns the map bounds that represent the intersection of two map bounds.
The first map bounds.
The second map bounds.
The map bounds that represent the intersection of two map bounds.
Checks whether the map bounds intersect with the given map bounds.
The rectangle to check.
true if the passed map bounds intersect these map bounds; otherwise false.
Checks whether the numeric map bound parameters are empty.
true if the numeric map bound parameters are empty; otherwise, false.
Checks whether the given point is within the map bounds.
A descendant to check.
true if the tested point is within map bounds; otherwise, false.
Returns the x-coordinate of the map bounds’ left edge.
The x-coordinate of the map bounds’ left edge.
Returns the x-coordinate of the map bounds’ right edge.
The x-coordinate of the map bounds’ right edge.
Returns the x-coordinate of the map bounds’ top edge.
The x-coordinate of the map bounds’ top edge.
Returns a string that represents the current object.
A that represents the current object.
Returns map bounds that are composed of two given rectangular map bounds.
The first map bounds to join.
The second map bounds to join.
The resulting map bounds.
Returns map bounds that are composed of the given rectangular map bounds and a point specified by two coordinates.
The map bounds to join.
The point’s x-coordinate.
The point’s y-coordinate.
The new map bounds.
Gets or sets the width of the map bounds’ bounding box.
The width of the map bounds’ bounding box.
Returns a object whose parameters (an initial point’s coordinates, width, and height) are set to zero.
Returns a object whose parameters are set to zero.
The base for classes that define distribution of color ranges in a colorizer.
Converts the specified range value.
A object that is the minimum possible value.
A object that is the maximum possible value.
A value to be converted.
A object that is the result of the conversion.