Category5.Rectangle2D.Copy C# (CSharp) Méthode

Copy() public méthode

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