Expand description
Vector image is used to create images, that consists from a fixed set of basic primitives, such as lines,
triangles, rectangles, etc. It could be used to create simple images that can be infinitely scaled without
aliasing issues. See VectorImage docs for more info and usage examples.
Structs§
- Vector
Image - Vector image is used to create images, that consists from a fixed set of basic primitives, such as lines, triangles, rectangles, etc. It could be used to create simple images that can be infinitely scaled without aliasing issues.
- Vector
Image Builder - Vector image builder creates
VectorImageinstances and adds them to the user interface.
Enums§
- Primitive
- Primitive is a simplest shape, that consists of one or multiple lines of the same thickness.