LayoutExtensions
: Adds features for adding shapes to the layout viaILayoutAccessor
.ServiceCollectionExtensions
: Allows addingShapeRenderer
to the service collection viaAddShapeRenderer()
.ShapeExtensions
: Some shortcuts for managing shapes and a pair of extensions for creating ad-hoc shapes and injecting them into the shape table.
IShapeRenderer
: This service can be used to renderIShape
objects tostring
format.