EFrame::CopyTo
Copies all the data from the current EFrame
object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground. into another EFrame
object, and returns it.
Namespace: Euresys::Open_eVision
[C++]
void CopyTo(
EFrame
& other
) const
[[deprecated("Use the overload taking a reference.")]]EFrame
* CopyTo(
EFrame
* other
) const
Parameters
other
Remarks
In the overload taking a pointer, in case of a NULL
pointer, a new EFrame
object will be created and returned.
EFrame.CopyTo
Namespace: Euresys.Open_eVision
[C#]
void CopyTo(
EFrame
other
)
Parameters
other
Remarks
In the overload taking a pointer, in case of a NULL
pointer, a new EFrame
object will be created and returned.