ImagePlane::=

ImagePlane::=
void operator =(const ImagePlane& src);
Description

The = operator assigns the value of the passed ImagePlane to the current ImagePlane. This method is equivalent to the SetData method.

Parameters
Parameters 
Description 
const ImagePlane& src 
Reference to the passed ImagePlane