Category5.Rectangle2D.Copy C# (CSharp) Method

Copy() public method

public Copy ( ) : Rectangle2D
return Rectangle2D
        public Rectangle2D Copy()
        {
            return new Rectangle2D(this.X, this.Y, this.Width, this.Height);
        }