示例#1
0
        /// <summary>
        /// Allows the creation of a shallow copy of this Bytescout.PDF.ColoredTilingBrush.
        /// </summary>
        /// <returns cref="object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColoredTilingBrush.</returns>
        public override object Clone()
        {
            ColoredTilingBrush p = this.MemberwiseClone() as ColoredTilingBrush;

            p._pattern = _pattern.Clone() as ColoredTilingPatternColorspace;
            return(p);
        }