Back to FabImage Library Lite website

You are here: Start » Image » Image Drawing » DrawPoint

DrawPoint


Header: FIL.h
Namespace: fil

Draws a point on an image.

Syntax

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
Input will be modified
ioImage Image&
Input value
inPoint const Point2D&
Input value
inPointAlignment Optional<const CoordinateSystem2D&> NIL
Input value
inColor const Pixel&
Input value
inDrawingStyle const DrawingStyle&