_MapShape (gb.map)

Cette classe hérite _MapLayer.

Cette class est virtuelle.

Cette classe n'est pas instanciable.

Cette classe se comporte comme un tableau en lecture seule.

Méthodes statiques
GetCenter   Wrapper to MapPoint.GetCenter() since I dont want to break anything :-D

Propriétés
Color   Returns or sets the Shape's items default Color, or outline color. If set, every child ShapeItem assume this this color, if not individually set.
Count   Returns the total of Shapes
FillColor   Returns or sets the Shape's items default Fill Color
Image   Returns or sets the Shapes's Points default Image. If set, will override the default Icon. To revert to default Icon, set this to Null
Key   Returns Shape associated Key
LineStyle   Returns or sets the Shape's items default Line Style
LineWidth   Returns or sets the Shape's items default Line Width
Max   Returns the greatest index

Propriétés héritées
Copyright   Returns or sets Layer Copyright notice
Loading   Returns Layer status
Name   Returns or sets Layer name
Opacity   Returns or sets Layer opacity
Visible   Returns or sets Layer visibility

Méthodes
AddCircle   Adds a Circle object to current Shape
AddMultipoint   Adds a Multipoint object to current Shape
AddPoint   Adds a Point object to current Shape
AddPolyLine   Adds a Polyline object to current Shape
AddPolygon   Adds a Polygon object to current Shape
Clear   Clear all shape itens in this Layer
Draw   Draws the Mapshape Layer and Itens
Exist   Returns if the specified Shape Item actually exists
Find  
GetItem   Returns a Shape Item
GetItemsFromBounds  
GetSelected  
Refresh  
Remove   Deletes the specified Shape Item
SelectAll  
UnselectAll  

Évènements hérités
Refresh