Exemple #1
0
        internal SLFloor Clone()
        {
            SLFloor f = new SLFloor(this.ShapeProperties.listThemeColors);
            f.Thickness = this.Thickness;
            f.ShapeProperties = this.ShapeProperties.Clone();

            return f;
        }
Exemple #2
0
        internal SLFloor Clone()
        {
            SLFloor f = new SLFloor(this.ShapeProperties.listThemeColors);

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

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

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

            return(f);
        }