by Joe Maller on 16 Jul, 2003 02:14, Applies to: FCP 4.0 from:
DimensionsOf returns two floating point values corresponding the the height and width of the specified image buffer. Despite occurances where they should be decimal values, frame dimensions are always returned as integers.
If the enclosing polygon of a shape is needed, use BoundsOf instead.
(check which direction the rounding goes: always up or does this use the even/odd statistical method?)
Authors own their submissions and grant full use rights to the site owner.
Commercial reproduction is prohibited without prior written permission (please ask first).
The FXScript Reference is an independent resource, created and funded through user contributions and my wallet. If you find the site useful, please donate to help keep this unique resource online.
DimensionsOf returns two floating point values corresponding the the height and width of the specified image buffer. Despite occurances where they should be decimal values, frame dimensions are always returned as integers.
If the enclosing polygon of a shape is needed, use BoundsOf instead.
(check which direction the rounding goes: always up or does this use the even/odd statistical method?)