CImage:DimEq CImage:Filter

CImage:Exptime


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

Syntax

nExptime = CImage:Exptime()

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