RepaintEventArgs open class RepaintEventArgs A class that provides arguments for repaint events. init(invalidRect:) Initializes a new instance of the RepaintEventArgs class. Declaration Swift public init(invalidRect: Rect?) Parameters invalidRect The rectangle, which has to be repainted. Return Value The newly created RepaintEventArgs object. invalidRect The rectangle, which needs to be repainted. Declaration Swift open var invalidRect: Rect? © 2022 MindFusion Generated by jazzy ♪♫ v0.14.2, a Realm project.