Padding the edges of the camera.
public init( left: UInt32 = 0, top: UInt32 = 0, right: UInt32 = 0, bottom: UInt32 = 0 )
left
UInt32
top
right
bottom
var left
Padding from left to inside.
var top
Padding from top to bottom inward.
var right
Padding right inward.
var bottom
Padding at bottom inward.