Art.IRect.Copy Method
Copies the values of the given rectangle, into this one.

Syntax

public void Copy (IRect src)

Parameters

src
The Art.IRect that is going to init the current one.

Remarks

The current rectangle will be a clone of the given one.

Requirements

Namespace: Art
Assembly: art-sharp (in art-sharp.dll)