Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Drawing » DrawRegion
Draws a region on an image.
Syntax
C++
C#
void avl::DrawRegion ( avl::Image& ioImage, const avl::Region& inRegion, atl::Optional<const avl::CoordinateSystem2D&> inRegionAlignment, const avl::Pixel& inColor, const atl::real inOpacity )

