copy_plane
Description:
public bool copy_plane (
Frame src,
uint plane)
Copy the plane with index plane from src to this.
Note: Since: 1.18, this dimensions are allowed to be smaller than src dimensions.
Parameters:
| this |
a Frame
|
| src |
a Frame
|
| plane |
a plane
|
Returns:
|
TRUE if the contents could be copied.
|