UF_STUDIO_ask_styled_blend (查看源代码)
定义在: uf_studio.h
概述
Populates a styled blend data structure of a styled blend feature.
环境
内部和外部
参见
UF_STUDIO_init_styled_blend
UF_STUDIO_create_styled_blend
UF_STUDIO_edit_styled_bend
历史
Original release in V18.0.
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_STUDIO_ask_styled_blend
(
tag_t styled_blend,
UF_STUDIO_stybld_data_p_t styled_blend_data
)
UF_STUDIO_ask_styled_blend1 (查看源代码)
定义在: uf_studio.h
概述
Populates a collector enabled styled blend data structure of a
styled blend feature.
环境
内部和外部
参见
UF_STUDIO_init_styled_blend
UF_STUDIO_create_styled_blend
UF_STUDIO_edit_styled_bend
历史
Original release in NX2.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_STUDIO_ask_styled_blend1
(
tag_t styled_blend,
UF_STUDIO_stybld_data_p_t styled_blend_data
)
UF_STUDIO_create_styled_blend (查看源代码)
定义在: uf_studio.h
概述
Creates a styled blend feature from the styled blend data
structure.
环境
内部和外部
参见
UF_STUDIO_init_styled_blend
UF_STUDIO_edit_styled_blend
UF_STUDIO_ask_styled_bend
历史
Original release in V18.0.
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_STUDIO_create_styled_blend
(
UF_STUDIO_stybld_data_p_t styled_blend_data,
tag_p_t styled_blend
)
UF_STUDIO_edit_styled_blend (查看源代码)
定义在: uf_studio.h
概述
Edits an existing styled blend feature based on a styled blend data structure.
环境
内部和外部
参见
UF_STUDIO_init_styled_blend
UF_STUDIO_create_styled_blend
UF_STUDIO_ask_styled_bend
历史
Original release in V18.0.
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_STUDIO_edit_styled_blend
(
UF_STUDIO_stybld_data_p_t styled_blend_data,
tag_t styled_blend
)
UF_STUDIO_free_styled_blend (查看源代码)
定义在: uf_studio.h
概述
Frees memory of the styled blend data structure that was previously
allocated with UF_STUDIO_init_styled_blend.
环境
内部和外部
参见
UF_STUDIO_init_styled_blend
历史
Original release in V18.0.
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_STUDIO_free_styled_blend
(
UF_STUDIO_stybld_data_p_t * styled_blend_data
)
UF_STUDIO_init_styled_blend (查看源代码)
定义在: uf_studio.h
概述
Allocates and initializes the styled blend data structure. It is to
be used in conjunction with UF_STUDIO_create_styled_blend,
UF_STUDIO_edit_styled_blend and UF_STUDIO_ask_styled_bend.
环境
内部和外部
参见
UF_STUDIO_create_styled_blend
UF_STUDIO_edit_styled_blend
UF_STUDIO_ask_styled_bend
UF_STUDIO_free_styled_bend
历史
Original release in V18.0.
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_STUDIO_init_styled_blend
(
UF_STUDIO_stybld_data_p_t * styled_blend_data
)