vg_lite_set_path_type
function
Description:
This function sets the path type*. (from March 2022)*
Syntax:
vg_lite_error_t vg_lite_set_path_type (
vg_lite_path_t *path,
vg_lite_path_type_t path_type
);
Parameters:
Parameter |
Description |
---|---|
|
Pointer to the vg_lite_path_t structure that describes the vector path. |
|
Pointer to a |
Returns:
Returns VG_LITE_SUCCESS
if successful. See vg_lite_error_t enum for other return codes.
Parent topic:Stroke functions