Tizen Native API  6.5
Vector Graphics Shape Functions

Functions

void evas_vg_shape_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f)
 Fill of the shape object.
Evas_Vg_Node * evas_vg_shape_fill_get (const Evas_Vg_Shape *obj)
 Fill of the shape object.
void evas_vg_shape_stroke_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f)
 Stroke fill of the shape object.
Evas_Vg_Node * evas_vg_shape_stroke_fill_get (const Evas_Vg_Shape *obj)
 Stroke fill of the shape object.
void evas_vg_shape_stroke_marker_set (Evas_Vg_Shape *obj, Evas_Vg_Node *m)
 Stroke marker of the shape object.
Evas_Vg_Node * evas_vg_shape_stroke_marker_get (const Evas_Vg_Shape *obj)
 Stroke marker of the shape object.

Function Documentation

Evas_Vg_Node* evas_vg_shape_fill_get ( const Evas_Vg_Shape *  obj)

Fill of the shape object.

Parameters:
[in]objThe object.
Returns:
The fill object.
Since (EFL) :
1.24
Since :
3.0
void evas_vg_shape_fill_set ( Evas_Vg_Shape *  obj,
Evas_Vg_Node *  f 
)

Fill of the shape object.

Parameters:
[in]objThe object.
[in]fThe fill object.
Since (EFL) :
1.24
Since :
3.0
Evas_Vg_Node* evas_vg_shape_stroke_fill_get ( const Evas_Vg_Shape *  obj)

Stroke fill of the shape object.

Parameters:
[in]objThe object.
Returns:
The stroke fill object.
Since (EFL) :
1.24
Since :
3.0
void evas_vg_shape_stroke_fill_set ( Evas_Vg_Shape *  obj,
Evas_Vg_Node *  f 
)

Stroke fill of the shape object.

Parameters:
[in]objThe object.
[in]fThe stroke fill object.
Since (EFL) :
1.24
Since :
3.0
Evas_Vg_Node* evas_vg_shape_stroke_marker_get ( const Evas_Vg_Shape *  obj)

Stroke marker of the shape object.

Parameters:
[in]objThe object.
Returns:
Stroke marker object
Since (EFL) :
1.24
void evas_vg_shape_stroke_marker_set ( Evas_Vg_Shape *  obj,
Evas_Vg_Node *  m 
)

Stroke marker of the shape object.

Parameters:
[in]objThe object.
[in]mStroke marker object
Since (EFL) :
1.24