Exemplo n.º 1
0
        public BackgroundFillInfo Clone(CloneContext cloneContext)
        {
            BackgroundFillInfo backgroundFillInfo = new BackgroundFillInfo();

            backgroundFillInfo.CopyFrom(cloneContext, this);
            return(backgroundFillInfo);
        }