| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Functions | |
| void | evas_vg_shape_fill_set (Efl_Canvas_Vg_Shape *obj, Efl_Canvas_Vg_Node *f) | 
| Fill of the shape object.   | |
| Efl_Canvas_Vg_Node * | evas_vg_shape_fill_get (const Efl_Canvas_Vg_Shape *obj) | 
| Fill of the shape object.   | |
| void | evas_vg_shape_stroke_fill_set (Efl_Canvas_Vg_Shape *obj, Efl_Canvas_Vg_Node *f) | 
| Stroke fill of the shape object.   | |
| Efl_Canvas_Vg_Node * | evas_vg_shape_stroke_fill_get (const Efl_Canvas_Vg_Shape *obj) | 
| Stroke fill of the shape object.   | |
| void | evas_vg_shape_stroke_marker_set (Efl_Canvas_Vg_Shape *obj, Efl_Canvas_Vg_Node *m) | 
| Stroke marker of the shape object.   | |
| Efl_Canvas_Vg_Node * | evas_vg_shape_stroke_marker_get (const Efl_Canvas_Vg_Shape *obj) | 
| Stroke marker of the shape object.   | |
Function Documentation
| Efl_Canvas_Vg_Node* evas_vg_shape_fill_get | ( | const Efl_Canvas_Vg_Shape * | obj | ) | 
Fill of the shape object.
- Parameters:
 - 
  
[in] obj The object.  
- Returns:
 - Fill object
 
- Since :
 - 3.0
 
| void evas_vg_shape_fill_set | ( | Efl_Canvas_Vg_Shape * | obj, | 
| Efl_Canvas_Vg_Node * | f | ||
| ) | 
Fill of the shape object.
- Parameters:
 - 
  
[in] obj The object. [in] f Fill object  
- Since :
 - 3.0
 
| Efl_Canvas_Vg_Node* evas_vg_shape_stroke_fill_get | ( | const Efl_Canvas_Vg_Shape * | obj | ) | 
Stroke fill of the shape object.
- Parameters:
 - 
  
[in] obj The object.  
- Returns:
 - Stroke fill object
 
- Since :
 - 3.0
 
| void evas_vg_shape_stroke_fill_set | ( | Efl_Canvas_Vg_Shape * | obj, | 
| Efl_Canvas_Vg_Node * | f | ||
| ) | 
Stroke fill of the shape object.
- Parameters:
 - 
  
[in] obj The object. [in] f Stroke fill object  
- Since :
 - 3.0
 
| Efl_Canvas_Vg_Node* evas_vg_shape_stroke_marker_get | ( | const Efl_Canvas_Vg_Shape * | obj | ) | 
Stroke marker of the shape object.
- Parameters:
 - 
  
[in] obj The object.  
- Returns:
 - Stroke marker object
 
| void evas_vg_shape_stroke_marker_set | ( | Efl_Canvas_Vg_Shape * | obj, | 
| Efl_Canvas_Vg_Node * | m | ||
| ) | 
Stroke marker of the shape object.
- Parameters:
 - 
  
[in] obj The object. [in] m Stroke marker object