xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::native::graphics_path Member List

This is the complete list of members for xtd::drawing::native::graphics_path, including all inherited members.

add_arc(intptr handle, float x, float y, float width, float height, float start_angle, float sweep_angle)xtd::drawing::native::graphics_pathprotectedstatic
add_bezier(intptr handle, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)xtd::drawing::native::graphics_pathprotectedstatic
add_beziers(intptr handle, std::vector< xtd::collections::generic::key_value_pair< float, float > > points)xtd::drawing::native::graphics_pathprotectedstatic
add_closed_curve(intptr handle, std::vector< xtd::collections::generic::key_value_pair< float, float > > points, float tension)xtd::drawing::native::graphics_pathprotectedstatic
add_curve(intptr handle, std::vector< xtd::collections::generic::key_value_pair< float, float > > points, size_t offset, size_t number_of_segments, float tension)xtd::drawing::native::graphics_pathprotectedstatic
add_ellipse(intptr handle, float x, float y, float width, float height)xtd::drawing::native::graphics_pathprotectedstatic
add_line(intptr handle, float x1, float y1, float x2, float y2)xtd::drawing::native::graphics_pathprotectedstatic
add_path(intptr handle, intptr path, bool connect)xtd::drawing::native::graphics_pathprotectedstatic
add_pie(intptr handle, float x, float y, float width, float height, float start_angle, float sweep_angle)xtd::drawing::native::graphics_pathprotectedstatic
add_rectangle(intptr handle, float x, float y, float width, float height)xtd::drawing::native::graphics_pathprotectedstatic
add_rounded_rectangle(intptr handle, float x, float y, float width, float height, float radius)xtd::drawing::native::graphics_pathprotectedstatic
add_string(intptr handle, const xtd::string &text, intptr font, float x, float y, int32 alignment, int32 line_alignment, int32 hot_key_prefix, int32 trimming)xtd::drawing::native::graphics_pathprotectedstatic
add_string(intptr handle, const xtd::string &text, intptr font, float x, float y, float w, float h, int32 alignment, int32 line_alignment, int32 hot_key_prefix, int32 trimming)xtd::drawing::native::graphics_pathprotectedstatic
close_all_figures(intptr handle)xtd::drawing::native::graphics_pathprotectedstatic
close_figure(intptr handle)xtd::drawing::native::graphics_pathprotectedstatic
create()xtd::drawing::native::graphics_pathprotectedstatic
destroy(intptr handle)xtd::drawing::native::graphics_pathprotectedstatic
flatten(intptr handle)xtd::drawing::native::graphics_pathprotectedstatic
get_bounds(intptr handle, float &x, float &y, float &width, float &height)xtd::drawing::native::graphics_pathprotectedstatic
get_last_point(intptr handle, float &x, float &y)xtd::drawing::native::graphics_pathprotectedstatic
is_vsible(intptr handle, float x, float y)xtd::drawing::native::graphics_pathprotectedstatic
reverse(intptr handle)xtd::drawing::native::graphics_pathprotectedstatic
start_figure(intptr handle)xtd::drawing::native::graphics_pathprotectedstatic