ShapeStyle
enum ShapeStyle
Shape styles that can be used to clip anPDFElement
with a Clip
-
A circle shape
Declaration
Swift
case circle
-
A rounded retangle shape
Declaration
Swift
case roundedRect(radius: CGFloat)