Contents

bounds

The drawing bounds of caption scenes.

Declaration

var bounds: CGRect { get set }

Discussion

Set this property value before drawing. The renderer uses the value in each call to render(in:for:), until you change it to a new value.

See Also

Configuring the renderer