Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Drawing » DrawCrosshair
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Draws a crosshair on an image.
Syntax
C++
C#
void fil::DrawCrosshair ( fil::Image& ioImage, const fil::Location& inLocation, ftl::Optional<const fil::CoordinateSystem2D&> inLocationAlignment, const fil::Pixel& inColor, const fil::CrosshairShape::Type inCrosshairShape, const fil::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& |