ResizePicture(ByVal NewWidth As Long, ByVal NewHeight As Long, ByVal HoldDatas As Boolean) As Boolean            change the size of the current picture to store larger size of datas.            
|
|
NewWidth NewHeight |
the new picture width in pixel the new picture height in pixel |
||
|
HoldDatas |
if true, the stored datas will be copyed to the new picture. |
           
Return Value:
                        True if the size was changed and no datas will be lost.