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

            return sw;
        }
コード例 #2
0
ファイル: SLSideWall.cs プロジェクト: nunezger/berkeleyshoe
        internal SLSideWall Clone()
        {
            SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors);

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

            return(sw);
        }
コード例 #3
0
        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);
        }