StrumSection
class StrumSection: PDFElement
A PDF strum section element
-
The section with strumming
-
Init the strum section element
Parameters
sectionThe section with strumming
-
Draw the strum section element
Declaration
Swift
func draw(rect: inout CGRect, calculationOnly: Bool, pageRect: CGRect)Parameters
rectThe available rectangle
calculationOnlyBool if only the Bounding Rect should be calculated
pageRectThe page size of the PDF document
View on GitHub