hNewObj = CwDuplicateObject(hObject)
hNewObj (handle) The handle to a new object, a duplicate of
the object referenced by "hObject".
hObject (handle) The handle of an object.
/* Create, then duplicate an object. */
o = CwCreateEffect("rectangle", "solid color")
n = CwDuplicateObject(o)
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |