For Babelfish Release 1.11.1.3

ShotGetVerificationImageAimingBullCoordinates Method

Returns the x and y coordinates, measured in pixels, of the aiming bull center in the verification photo. These values are read from the Meta dictionary using VerImgBullXCoor and VerImgBullYCoor.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Shot
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public Tuple<float, float> GetVerificationImageAimingBullCoordinates()

Return Value

TupleSingle, Single

Exceptions

KeyNotFoundExceptionThrown if the x and y coorediantes can not be read from the shot's Meta values.

See Also