Back to Adaptive Vision Library website

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

DrawPoint


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws a point on an image.

Syntax

C++
C#
 
void avl::DrawPoint
(
	avl::Image& ioImage,
	const avl::Point2D& inPoint,
	atl::Optional<const avl::CoordinateSystem2D&> inPointAlignment,
	const avl::Pixel& inColor,
	const avl::DrawingStyle& inDrawingStyle
)

Parameters

Name Type Default Description
ioImage Image&
inPoint const Point2D&
inPointAlignment Optional<const CoordinateSystem2D&> NIL
inColor const Pixel&
inDrawingStyle const DrawingStyle&