コード例 #1
0
ファイル: SLBackWall.cs プロジェクト: mousetwentytwo/test
        internal SLBackWall Clone()
        {
            SLBackWall bw = new SLBackWall(this.ShapeProperties.listThemeColors);
            bw.Thickness = this.Thickness;
            bw.ShapeProperties = this.ShapeProperties.Clone();

            return bw;
        }
コード例 #2
0
        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);
        }