void operator =(const ImagePlane& src);
The = operator assigns the value of the passed ImagePlane to the current ImagePlane. This method is equivalent to the SetData method.
Parameters |
Description |
const ImagePlane& src |
Reference to the passed ImagePlane. |