Vector Graphics
VectorGraphics APIs are features for vector primitives drawing provided by NUI.
VectorGraphics namespace provides CanvasView component and Shape
, DrawableGroup
, and Picture
classes that inherit Drawable
class.
The following lists the available feature using VectorGraphics:
-
Shape
is a set of path commands. It can set color, gradient and stroke property. -
Groups the classes inherited by Drawable.
-
Transformation and Composition
Objects added to
CanvasView
support two-dimensional affine transformation. These also support composition of each other. -
Draws a rasterized image (SVG, PNG, JPG and TVG format) in CanvasView.
Related information
- Dependencies
- Tizen 6.5 and Higher
Submit your feedback to GitHub