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