Back to Aurora Vision Library Lite website
You are here: Start » Image » Image Drawing » DrawCrosshair
DrawCrosshair
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Draws a crosshair on an image.
Syntax
void avl::DrawCrosshair ( avl::Image& ioImage, const avl::Location& inLocation, atl::Optional<const avl::CoordinateSystem2D&> inLocationAlignment, const avl::Pixel& inColor, const avl::CrosshairShape::Type inCrosshairShape, const avl::DrawingStyle& inDrawingStyle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image& | ||
![]() |
inLocation | const Location& | ||
![]() |
inLocationAlignment | Optional<const CoordinateSystem2D&> | NIL | |
![]() |
inColor | const Pixel& | ||
![]() |
inCrosshairShape | const CrosshairShape::Type | ||
![]() |
inDrawingStyle | const DrawingStyle& |


