CImage:Exptime


The Exptime method returns the image exposure time measured in seconds.

Syntax

nExptime = CImage:Exptime()

where

    nExptime is the exposure time, measured in seconds. It may be 0.

    On failure, this method returns 0.

Example

Suppose a CImage object I is attached to an image and has an exposure time of 30.5 seconds. Then

     nSec = I:Exptime()

returns the value nSec = 30.5.

Related Topics

CImage class