Search Results for

    Show / Hide Table of Contents

    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 Source

    Elements

    Gets the elements.

    Declaration
    IEnumerable<IGraphicBase> Elements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IGraphicBase>

    The elements.

    Methods

    | Improve this Doc View Source

    AddGraphicElement(IGraphicBase)

    Adds the graphic element.

    Declaration
    void AddGraphicElement(IGraphicBase graphics)
    Parameters
    Type Name Description
    IGraphicBase graphics

    The graphics.

    | Improve this Doc View Source

    RemoveGraphicElement(IGraphicBase)

    Removes the graphic element.

    Declaration
    void RemoveGraphicElement(IGraphicBase graphics)
    Parameters
    Type Name Description
    IGraphicBase graphics

    The graphics.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng