ImagePlane::SetSize

ImagePlane::SetSize
void SetSize(const ImageSize & sz);
void SetSize(UInt32 width, UInt32 height);
Description

SetSize sets the size of the image.

Parameters
Parameters 
Description 
const ImageSize & sz 
Reference to ImageSize of another image which is used as the size for this image. 
UInt32 width 
A value assigned as the width of the image. 
UInt32 height 
A value assigned as the height of the image.