Back to FabImage Library website

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

DrawShapeRegion_Deprecated


Header: FIL.h
Namespace: fil
Module: FoundationLite

Draws a ShapeRegion object on an image.

Syntax

void fil::DrawShapeRegion_Deprecated
(
	fil::Image& ioImage,
	const fil::ShapeRegionDeprecated& inShapeRegion,
	ftl::Optional<const fil::CoordinateSystem2D&> inShapeRegionAlignment,
	const fil::Pixel& inColor,
	const fil::DrawingStyle& inDrawingStyle
)

Parameters

Name Type Default Description
Input will be modified ioImage Image&
Input value inShapeRegion const ShapeRegionDeprecated&
Input value inShapeRegionAlignment Optional<const CoordinateSystem2D&> NIL
Input value inColor const Pixel&
Input value inDrawingStyle const DrawingStyle&