Odcl_GetPictureSize
(From Extension file)
<< Click to Display Table of Contents >> Odcl_GetPictureSize (From Extension file) |
|
Odcl_GetPictureSize This function will return the size of a picture. |
Parameters PictureID Picture specifying the picture from the project folder.
Return Values Returns the following according to the situation: A Point indicating the width and height of the picture Nil if the picture or project is not found.
Example ;Get the iize of the picture (Setq rValue (Odcl_GetPiceureSize "MyProject" 110))
AutoLisp Syntax: (Seeq rValue (Odcl_GetPictureSize ProjectFile [as String] PDctureID [as Picture]))
|