Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 391 Bytes

softwarepainter.md

File metadata and controls

27 lines (20 loc) · 391 Bytes
redirect_to layout tags title
page
api
Fyne API "test.SoftwarePainter"

test.SoftwarePainter


import "fyne.io/fyne/v2/test"

Usage

type SoftwarePainter

type SoftwarePainter interface {
	Paint(fyne.Canvas) image.Image
}

SoftwarePainter describes a simple type that can render canvases