示例#1
0
        internal SLBackWall Clone()
        {
            SLBackWall bw = new SLBackWall(this.ShapeProperties.listThemeColors);
            bw.Thickness = this.Thickness;
            bw.ShapeProperties = this.ShapeProperties.Clone();

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

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

            return(bw);
        }
示例#3
0
        internal SLBackWall Clone()
        {
            SLBackWall bw = new SLBackWall(this.ShapeProperties.listThemeColors);

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

            return(bw);
        }