TdxMapRectangle Class
A map rectangle.
Declaration
TdxMapRectangle = class(
TdxMapSinglePointItem
)
Remarks
The TdxMapRectangle class has members that allow you to do the following:
Position the top-left corner of the rectangle (Location).
Switch the map rectangle’s visibility and selected state (Visible and Selected).
Specify the hint message or ScreenTip for the map rectangle (Hint and ScreenTip).
Assign appearance settings for various states (Style, StyleHot, and StyleSelected).
Store arbitrary data with the map rectangle (Attributes).
Set the map rectangle’s title and customize its appearance (TitleOptions).
Tip
Call a map item layer‘s AddItem function and pass a reference to the TdxMapRectangle class to create a map rectangle.
Inheritance
See Also