public readonly struct CanvasContext
kind:method
kind:property
kind:ctor
Bounds
Size
Clear()
Clear(Rune, Style)
DrawBox(Int32, Int32, Int32, Int32, Style)
DrawBox(Int32, Int32, Int32, Int32, LineGlyphs, Style)
DrawBox(Int32, Int32, Int32, Int32)
DrawCircle(Int32, Int32, Int32, Rune, Style)
DrawCircle(Int32, Int32, Int32, Style)
DrawCircle(Int32, Int32, Int32)
DrawHLine(Int32, Int32, Int32, Rune, Style)
DrawHLine(Int32, Int32, Int32, Style)
DrawHLine(Int32, Int32, Int32)
DrawLine(Int32, Int32, Int32, Int32, Rune, Style)
DrawLine(Int32, Int32, Int32, Int32, Style)
DrawLine(Int32, Int32, Int32, Int32)
DrawRect(Int32, Int32, Int32, Int32, Rune, Style)
DrawRect(Int32, Int32, Int32, Int32, Style)
DrawRect(Int32, Int32, Int32, Int32)
DrawVLine(Int32, Int32, Int32, Rune, Style)
DrawVLine(Int32, Int32, Int32, Style)
DrawVLine(Int32, Int32, Int32)
FillRect(Int32, Int32, Int32, Int32, Rune, Style)
FillRect(Int32, Int32, Int32, Int32, Style)
FillRect(Int32, Int32, Int32, Int32)
SetPixel(Int32, Int32, Rune, Style)
SetPixel(Int32, Int32, Rune)
SetPixel(Int32, Int32, Style)
SetPixel(Int32, Int32)
WriteText(Int32, Int32, ReadOnlySpan<Char>, Style)
WriteText(Int32, Int32, ReadOnlySpan<Char>)