Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Drawing » DrawPoint
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Draws a point on an image.
Syntax
C++
C#
void fil::DrawPoint ( fil::Image& ioImage, const fil::Point2D& inPoint, ftl::Optional<const fil::CoordinateSystem2D&> inPointAlignment, const fil::Pixel& inColor, const fil::DrawingStyle& inDrawingStyle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image& | ||
![]() |
inPoint | const Point2D& | ||
![]() |
inPointAlignment | Optional<const CoordinateSystem2D&> | NIL | |
![]() |
inColor | const Pixel& | ||
![]() |
inDrawingStyle | const DrawingStyle& |


