Contents

FillShapeView

A shape provider that fills its shape.

Declaration

@frozen struct FillShapeView<Content, Style, Background> where Content : Shape, Style : ShapeStyle, Background : View

Overview

You do not create this type directly, it is the return type of Shape.fill.

Topics

Creating a stroke shape view

Getting shape view properties

See Also

Defining shape behavior