Babelfish Help Documentation
C#
For Babelfish Release 1.12.3.10
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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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