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_path | protectedstatic |
add_bezier(intptr handle, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) | xtd::drawing::native::graphics_path | protectedstatic |
add_beziers(intptr handle, std::vector< xtd::collections::generic::key_value_pair< float, float > > points) | xtd::drawing::native::graphics_path | protectedstatic |
add_closed_curve(intptr handle, std::vector< xtd::collections::generic::key_value_pair< float, float > > points, float tension) | xtd::drawing::native::graphics_path | protectedstatic |
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_path | protectedstatic |
add_ellipse(intptr handle, float x, float y, float width, float height) | xtd::drawing::native::graphics_path | protectedstatic |
add_line(intptr handle, float x1, float y1, float x2, float y2) | xtd::drawing::native::graphics_path | protectedstatic |
add_path(intptr handle, intptr path, bool connect) | xtd::drawing::native::graphics_path | protectedstatic |
add_pie(intptr handle, float x, float y, float width, float height, float start_angle, float sweep_angle) | xtd::drawing::native::graphics_path | protectedstatic |
add_rectangle(intptr handle, float x, float y, float width, float height) | xtd::drawing::native::graphics_path | protectedstatic |
add_rounded_rectangle(intptr handle, float x, float y, float width, float height, float radius) | xtd::drawing::native::graphics_path | protectedstatic |
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_path | protectedstatic |
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_path | protectedstatic |
close_all_figures(intptr handle) | xtd::drawing::native::graphics_path | protectedstatic |
close_figure(intptr handle) | xtd::drawing::native::graphics_path | protectedstatic |
create() | xtd::drawing::native::graphics_path | protectedstatic |
destroy(intptr handle) | xtd::drawing::native::graphics_path | protectedstatic |
flatten(intptr handle) | xtd::drawing::native::graphics_path | protectedstatic |
get_bounds(intptr handle, float &x, float &y, float &width, float &height) | xtd::drawing::native::graphics_path | protectedstatic |
get_last_point(intptr handle, float &x, float &y) | xtd::drawing::native::graphics_path | protectedstatic |
is_vsible(intptr handle, float x, float y) | xtd::drawing::native::graphics_path | protectedstatic |
reverse(intptr handle) | xtd::drawing::native::graphics_path | protectedstatic |
start_figure(intptr handle) | xtd::drawing::native::graphics_path | protectedstatic |