Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Shot
Get
Verification
Image
Aiming
Bull
Coordinates 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#
Copy
public
Tuple
<
float
,
float
>
GetVerificationImageAimingBullCoordinates
()
Return Value
Tuple
Single
,
Single
Exceptions
KeyNotFoundException
Thrown if the x and y coorediantes can not be read from the shot's Meta values.
See Also
Reference
Shot Class
Scopos.BabelFish.DataModel.Athena.Shot Namespace
In This Article
Definition
Exceptions
See Also