Search Results for

    Show / Hide Table of Contents

    Class LayerElementCloningUtil

    Helper class to clone certain elements

    Inheritance
    System.Object
    LayerElementCloningUtil
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public static class LayerElementCloningUtil

    Methods

    | Improve this Doc View Source

    CloneStrokes(IEnumerable<IStroke>)

    Clones the strokes.

    Declaration
    public static IList<IStroke> CloneStrokes(IEnumerable<IStroke> strokes)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IStroke> strokes

    The strokes.

    Returns
    Type Description
    System.Collections.Generic.IList<IStroke>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng