IFrame.CopyFrom Method [Deprecated]

Copies the image data from a specified IFrame to this IFrame.
Syntax:
[C#]
public void CopyFrom( IFrame src );
Parameter Description
src

Source frame containing the image data to be copied to this frame. FrameType.BufferSize has to be greater than or equal to Src.FrameType.BufferSize.

Note::

You cannot copy to all IFrame objects, e.g. the src IFrame in FrameFilterImpl.Transform

Information:

This method is deprecated since version 3.5.
This method does not work on all IFrame derived objects and should be avoided

See also: IFrame

<< IFrame