StreamDeckSharp/OpenMacroBoard.SDK/GraphicPrimitives/README.md
2026-08-03 22:34:16 +02:00

6 lines
335 B
Markdown

To make the API a bit more agnostic regarding the internal image processing library
we provide our graphic primitives (like Size, Rectangle etc.)
Those types are intentionally very simple and don't provide a lot of functionallity.
Some things are inspired on other libraries primitives like ImageSharp, SkiaSharp or System.Drawing