Edit

Share via


Max7219.Clear(Int32, Int32, Boolean) Method

Definition

Clears the buffer from the given start to end (exclusive) and flushes

public void Clear (int start, int end, bool flush = true);
member this.Clear : int * int * bool -> unit
Public Sub Clear (start As Integer, end As Integer, Optional flush As Boolean = true)

Parameters

start
Int32
end
Int32
flush
Boolean

Applies to