RepaintEventArgs

open class RepaintEventArgs

A class that provides arguments for repaint events.

  • 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.

  • The rectangle, which needs to be repainted.

    Declaration

    Swift

    open var invalidRect: Rect?