Interface IGraphics
A collection of graphic elements
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IGraphics
Properties
| Improve this Doc View SourceElements
Gets the elements.
Declaration
IEnumerable<IGraphicBase> Elements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IGraphicBase> | The elements. |
Methods
| Improve this Doc View SourceAddGraphicElement(IGraphicBase)
Adds the graphic element.
Declaration
void AddGraphicElement(IGraphicBase graphics)
Parameters
Type | Name | Description |
---|---|---|
IGraphicBase | graphics | The graphics. |
RemoveGraphicElement(IGraphicBase)
Removes the graphic element.
Declaration
void RemoveGraphicElement(IGraphicBase graphics)
Parameters
Type | Name | Description |
---|---|---|
IGraphicBase | graphics | The graphics. |