Skip to content
Piejie edited this page Feb 8, 2017 · 1 revision

BitmapEditor

This application contains an image-editor which allows you to add layers. For the moment, this example is backend-only. There is no possibility yet to add layers or shapes at runtime.

Layer types

There are 2 types of layers: ShapeLayer or PaintLayer. A ShapeLayer can contain shapes (like ellipses, lines, curves, circles) while a PaintLayer is basically just a Layer which contains an image.

Clone this wiki locally