Example #1
0
        internal SLSideWall Clone()
        {
            SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors);
            sw.Thickness = this.Thickness;
            sw.ShapeProperties = this.ShapeProperties.Clone();

            return sw;
        }
Example #2
0
        internal SLSideWall Clone()
        {
            SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors);

            sw.Thickness       = this.Thickness;
            sw.ShapeProperties = this.ShapeProperties.Clone();

            return(sw);
        }
        internal SLSideWall Clone()
        {
            SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

            sw.Thickness       = this.Thickness;
            sw.ShapeProperties = this.ShapeProperties.Clone();

            return(sw);
        }