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 and Stroke

    Shape is a set of path commands. It can set color, gradient and stroke property.

  • Grouping

    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.

  • Picture

    Draws a rasterized image (SVG, PNG, JPG and TVG format) in CanvasView.

  • Dependencies
    • Tizen 6.5 and Higher
DialogPage
Next Shape and Stroke
Submit your feedback to GitHub