Esempio n. 1
0
        internal SLMarker Clone()
        {
            SLMarker m = new SLMarker(this.ShapeProperties.listThemeColors, this.ShapeProperties.ThrowExceptionsIfAny);

            m.Symbol          = this.Symbol;
            m.bySize          = this.bySize;
            m.ShapeProperties = this.ShapeProperties.Clone();

            return(m);
        }
Esempio n. 2
0
        internal SLMarker Clone()
        {
            SLMarker m = new SLMarker(this.ShapeProperties.listThemeColors);
            m.Symbol = this.Symbol;
            m.bySize = this.bySize;
            m.ShapeProperties = this.ShapeProperties.Clone();

            return m;
        }