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 SourceCloneStrokes(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> |