TdxMapPolygon Class
In This Article
A map polygon.
#Declaration
Delphi
TdxMapPolygon = class(
TdxMapCustomMultiPointItem
)
#Remarks
The TdxMapPolygon class has members that allow you to do the following:
Manage polygon vertexes (GeoPoints).
Switch the map polygon’s visibility and selected state (Visible and Selected).
Specify the hint message or ScreenTip for the map polygon (Hint and ScreenTip).
Customize appearance settings for various states (Style, StyleHot, and StyleSelected).
Store arbitrary data with the map polygon (Attributes).
Set the map polygon’s title and customize its appearance (TitleOptions).
Tip
Call a map item layer‘s Add
#Inheritance
See Also