Project-GetPictureSize

Function Name dcl-Project-GetPictureSize
Syntax   (dcl-Project-GetPictureSize <PROJECT> {Password [as String]} Picture [as PictureID])
Return Type List of (Width [as Long] Height [as Long])

This function returns the size (in pixels) of the specified picture. If the project has a password, the optional Password argument must be supplied, and it must match the project's password or the function will fail. If Picture is not defined in the specified project, the function returns NIL.