Vuo 2.4.4
Loading...
Searching...
No Matches
VuoSizingMode.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoSizingMode_Stretch,
29 VuoSizingMode_Fit,
30 VuoSizingMode_Fill,
31 VuoSizingMode_Proportional,
33
35
36VuoSizingMode VuoSizingMode_makeFromJson(struct json_object * js);
37struct json_object * VuoSizingMode_getJson(const VuoSizingMode value);
39char * VuoSizingMode_getSummary(const VuoSizingMode value);
40
42
49
54#ifdef __cplusplus
55}
56#endif