void GetPlane(unsigned index, ImagePlane* pplane) const;
GetPlane copies the specified ImagePlane into the location pointed to by pplane.
Parameters |
Description |
unsigned index |
The index value of the desired plane. |
ImagePlane* pplane |
A pointer to an ImagePlane object which will hold the plane data. |