Matrix8x8.Write(ReadOnlySpan<Byte>, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write raw data to display buffer
public override void Write (ReadOnlySpan<byte> data, int startAddress = 0);
override this.Write : ReadOnlySpan<byte> * int -> unit
Public Overrides Sub Write (data As ReadOnlySpan(Of Byte), Optional startAddress As Integer = 0)
Parameters
- data
- ReadOnlySpan<Byte>
Array of bytes to write to the display
- startAddress
- Int32
Address to start writing from