Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.FocalRatio

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The focal ratio that the photo was taken at.

Declaration

[C#]
    double FocalRatio;

[VB.NET]
    Property FocalRatio As Double

[Pascal]
    property FocalRatio: double;

[C++]
    double get_FocalRatio();

[PHP]
    double get_FocalRatio()

[Java]
    double getFocalRatio();

Description

    Use this property to check the f-number that the photo was taken at.

See also:     FocalLength    

Discuss this help topic in SecureBlackbox Forum