Skip to content

format

typescript
Rect.CopyFrom(from)

class: Rect

description

Copy from object to the current object.

parameter

param_nametypedescription
fromRectThe object to copy from.

reture

typedescription
void

code example