Back to FabImage Library Lite website

You are here: Start » Image Drawing » DrawShapeRegion

DrawShapeRegion


Draws a ShapeRegion object on an image.

Syntax

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

Parameters

Name Type Default Description
ioImage Image&
inShapeRegion const ShapeRegion&
inShapeRegionAlignment Optional<const CoordinateSystem2D&> NIL
inColor const Pixel&
inDrawingStyle const DrawingStyle&