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.
The drawing bounds of caption scenes.
var bounds: CGRect { get set }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.