Method TryGetApertureValue
TryGetApertureValue(out double)
Get the lens aperture of the frame if possible.
Declaration
public bool TryGetApertureValue(out double apertureValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | apertureValue | The lens aperture of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the lens aperture of the frame. Otherwise, false. Equal to hasApertureValue. |