xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::graphics Member List

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

clear(const color &color)xtd::drawing::graphics
clip() const noexceptxtd::drawing::graphics
clip(const xtd::drawing::region value)xtd::drawing::graphics
clip_bounds() const noexceptxtd::drawing::graphics
compositing_mode() const noexceptxtd::drawing::graphics
compositing_mode(xtd::drawing::drawing_2d::compositing_mode value)xtd::drawing::graphics
compositing_quality() const noexceptxtd::drawing::graphics
compositing_quality(xtd::drawing::drawing_2d::compositing_quality value)xtd::drawing::graphics
copy_from_graphics(const graphics &source, const xtd::drawing::point &upper_left_source, const xtd::drawing::point &upper_left_destination, const xtd::drawing::size &block_region_size)xtd::drawing::graphics
copy_from_graphics(const graphics &source, const xtd::drawing::point &upper_left_source, const xtd::drawing::point &upper_left_destination, const xtd::drawing::size &block_region_size, xtd::drawing::copy_pixel_operation copy_pixel_operation)xtd::drawing::graphics
copy_from_graphics(const graphics &source, int32 source_x, int32 source_y, int32 destination_x, int32 destination_y, const xtd::drawing::size &block_region_size)xtd::drawing::graphics
copy_from_graphics(const graphics &source, int32 source_x, int32 source_y, int32 destination_x, int32 destination_y, const xtd::drawing::size &block_region_size, xtd::drawing::copy_pixel_operation copy_pixel_operation)xtd::drawing::graphics
copy_from_screen(const xtd::drawing::point &upper_left_source, const xtd::drawing::point &upper_left_destination, const xtd::drawing::size &block_region_size)xtd::drawing::graphics
copy_from_screen(const xtd::drawing::point &upper_left_source, const xtd::drawing::point &upper_left_destination, const xtd::drawing::size &block_region_size, xtd::drawing::copy_pixel_operation copy_pixel_operation)xtd::drawing::graphics
copy_from_screen(int32 source_x, int32 source_y, int32 destination_x, int32 destination_y, const xtd::drawing::size &block_region_size)xtd::drawing::graphics
copy_from_screen(int32 source_x, int32 source_y, int32 destination_x, int32 destination_y, const xtd::drawing::size &block_region_size, xtd::drawing::copy_pixel_operation copy_pixel_operation)xtd::drawing::graphics
dpi_x() const noexceptxtd::drawing::graphics
dpi_y() const noexceptxtd::drawing::graphics
draw_arc(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect, float start_angle, float sweep_angle)xtd::drawing::graphics
draw_arc(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect, float start_angle, float sweep_angle)xtd::drawing::graphics
draw_arc(const xtd::drawing::pen &pen, int32 x, int32 y, int32 width, int32 height, int32 start_angle, int32 sweep_angle)xtd::drawing::graphics
draw_arc(const xtd::drawing::pen &pen, float x, float y, float width, float height, float start_angle, float sweep_angle)xtd::drawing::graphics
draw_bezier(const xtd::drawing::pen &pen, const xtd::drawing::point &pt1, const xtd::drawing::point &pt2, const xtd::drawing::point &pt3, const xtd::drawing::point &pt4)xtd::drawing::graphics
draw_bezier(const xtd::drawing::pen &pen, const xtd::drawing::point_f &pt1, const xtd::drawing::point_f &pt2, const xtd::drawing::point_f &pt3, const xtd::drawing::point_f &pt4)xtd::drawing::graphics
draw_bezier(const pen &pen, int32 x1, int32 y1, int32 x2, int32 y2, int32 x3, int32 y3, int32 x4, int32 y4)xtd::drawing::graphics
draw_bezier(const pen &pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)xtd::drawing::graphics
draw_beziers(const pen &pen, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
draw_beziers(const pen &pen, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
draw_closed_curve(const pen &pen, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
draw_closed_curve(const pen &pen, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
draw_closed_curve(const pen &pen, const std::vector< xtd::drawing::point > &points, float tension)xtd::drawing::graphics
draw_closed_curve(const pen &pen, const std::vector< xtd::drawing::point_f > &points, float tension)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point > &points, float tension)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point_f > &points, float tension)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point > &points, size_t offset, size_t number_of_segments)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point_f > &points, size_t offset, size_t number_of_segments)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point > &points, size_t offset, size_t number_of_segments, float tension)xtd::drawing::graphics
draw_curve(const pen &pen, const std::vector< xtd::drawing::point_f > &points, size_t offset, size_t number_of_segments, float tension)xtd::drawing::graphics
draw_ellipse(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_ellipse(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
draw_ellipse(const xtd::drawing::pen &pen, int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
draw_ellipse(const xtd::drawing::pen &pen, float x, float y, float width, float height)xtd::drawing::graphics
draw_icon(const xtd::drawing::icon &icon, int32 x, int32 y)xtd::drawing::graphics
draw_icon(const xtd::drawing::icon &icon, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_icon_unstretched(const xtd::drawing::icon &icon, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::point &point)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::point_f &point)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, float x, float y, float width, float height)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, int32 x, int32 y)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, float x, float y)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle &dest_rect, const xtd::drawing::rectangle &src_rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle_f &dest_rect, const xtd::drawing::rectangle_f &src_rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::point &dest_point, const xtd::drawing::rectangle &src_rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::point_f &dest_point, const xtd::drawing::rectangle_f &src_rect)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle &dest_rect, int32 src_x, int32 src_y, int32 srd_width, int32 src_height)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle_f &dest_rect, float src_x, float src_y, float srd_width, float src_height)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::point &dest_point, int32 src_x, int32 src_y, int32 srd_width, int32 src_height)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, const xtd::drawing::point_f &dest_point, float src_x, float src_y, float srd_width, float src_height)xtd::drawing::graphics
draw_image_unscaled(const xtd::drawing::image &image, const xtd::drawing::point &point)xtd::drawing::graphics
draw_image_unscaled(const xtd::drawing::image &image, int32 x, int32 y)xtd::drawing::graphics
draw_image_unscaled(const xtd::drawing::image &image, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_image_unscaled(const xtd::drawing::image &image, int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
draw_image_unscaled_and_clipped(const xtd::drawing::image &image, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_line(const xtd::drawing::pen &pen, const xtd::drawing::point &pt1, const point &pt2)xtd::drawing::graphics
draw_line(const xtd::drawing::pen &pen, const xtd::drawing::point_f &pt1, const point_f &pt2)xtd::drawing::graphics
draw_line(const xtd::drawing::pen &pen, int32 x1, int32 y1, int32 x2, int32 y2)xtd::drawing::graphics
draw_line(const xtd::drawing::pen &pen, float x1, float y1, float x2, float y2)xtd::drawing::graphics
draw_lines(const xtd::drawing::pen &pen, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
draw_lines(const xtd::drawing::pen &pen, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
draw_path(const xtd::drawing::pen &pen, const xtd::drawing::drawing_2d::graphics_path &path)xtd::drawing::graphics
draw_pie(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect, float start_angle, float sweep_angle)xtd::drawing::graphics
draw_pie(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect, float start_angle, float sweep_angle)xtd::drawing::graphics
draw_pie(const xtd::drawing::pen &pen, int32 x, int32 y, int32 width, int32 height, int32 start_angle, int32 sweep_angle)xtd::drawing::graphics
draw_pie(const xtd::drawing::pen &pen, float x, float y, float width, float height, float start_angle, float sweep_angle)xtd::drawing::graphics
draw_point(const xtd::drawing::pen &pen, const xtd::drawing::point &point)xtd::drawing::graphics
draw_point(const xtd::drawing::pen &pen, const xtd::drawing::point_f &point)xtd::drawing::graphics
draw_point(const xtd::drawing::pen &pen, int32 x, int32 y)xtd::drawing::graphics
draw_point(const xtd::drawing::pen &pen, float x, float y)xtd::drawing::graphics
draw_polygon(const xtd::drawing::pen &pen, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
draw_polygon(const xtd::drawing::pen &pen, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
draw_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
draw_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
draw_rectangle(const xtd::drawing::pen &pen, int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
draw_rectangle(const xtd::drawing::pen &pen, float x, float y, float width, float height)xtd::drawing::graphics
draw_rectangles(const xtd::drawing::pen &pen, const std::vector< xtd::drawing::rectangle > &rects)xtd::drawing::graphics
draw_rectangles(const xtd::drawing::pen &pen, const std::vector< xtd::drawing::rectangle_f > &rects)xtd::drawing::graphics
draw_rotated_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::point_f &point, float angle)xtd::drawing::graphics
draw_rotated_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, float x, float y, float angle)xtd::drawing::graphics
draw_rounded_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect, int32 radius)xtd::drawing::graphics
draw_rounded_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect, float radius)xtd::drawing::graphics
draw_rounded_rectangle(const xtd::drawing::pen &pen, int32 x, int32 y, int32 width, int32 height, int32 radius)xtd::drawing::graphics
draw_rounded_rectangle(const xtd::drawing::pen &pen, float x, float y, float width, float height, float radius)xtd::drawing::graphics
draw_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &layout_rectangle)xtd::drawing::graphics
draw_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &layout_rectangle, const xtd::drawing::string_format &format)xtd::drawing::graphics
draw_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::point_f &point)xtd::drawing::graphics
draw_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::point_f &point, const xtd::drawing::string_format &format)xtd::drawing::graphics
draw_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, float x, float y)xtd::drawing::graphics
draw_string(const xtd::ustring &s, const xtd::drawing::font &font, const xtd::drawing::brush &brush, float x, float y, const xtd::drawing::string_format &format)xtd::drawing::graphics
equals(const object &obj) const noexceptxtd::object
equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
exclude_clip(const xtd::drawing::region &region)xtd::drawing::graphics
exclude_clip(const xtd::drawing::rectangle &rect)xtd::drawing::graphics
exclude_clip(const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
fill_closed_curve(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
fill_closed_curve(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
fill_closed_curve(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point > &points, xtd::drawing::drawing_2d::fill_mode fill_mode)xtd::drawing::graphics
fill_closed_curve(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point_f > &points, xtd::drawing::drawing_2d::fill_mode fill_mode)xtd::drawing::graphics
fill_closed_curve(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point > &points, xtd::drawing::drawing_2d::fill_mode fill_mode, float tension)xtd::drawing::graphics
fill_closed_curve(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point_f > &points, xtd::drawing::drawing_2d::fill_mode fill_mode, float tension)xtd::drawing::graphics
fill_ellipse(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
fill_ellipse(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
fill_ellipse(const xtd::drawing::brush &brush, int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
fill_ellipse(const xtd::drawing::brush &brush, float x, float y, float width, float height)xtd::drawing::graphics
fill_path(const xtd::drawing::brush &brush, const xtd::drawing::drawing_2d::graphics_path &path)xtd::drawing::graphics
fill_pie(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect, float start_angle, float sweep_angle)xtd::drawing::graphics
fill_pie(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect, float start_angle, float sweep_angle)xtd::drawing::graphics
fill_pie(const xtd::drawing::brush &brush, int32 x, int32 y, int32 width, int32 height, int32 start_angle, int32 sweep_angle)xtd::drawing::graphics
fill_pie(const xtd::drawing::brush &brush, float x, float y, float width, float height, float start_angle, float sweep_angle)xtd::drawing::graphics
fill_polygon(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point > &points)xtd::drawing::graphics
fill_polygon(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point_f > &points)xtd::drawing::graphics
fill_polygon(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point > &points, xtd::drawing::drawing_2d::fill_mode fill_mode)xtd::drawing::graphics
fill_polygon(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::point_f > &points, xtd::drawing::drawing_2d::fill_mode fill_mode)xtd::drawing::graphics
fill_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect)xtd::drawing::graphics
fill_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
fill_rectangle(const xtd::drawing::brush &brush, int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
fill_rectangle(const xtd::drawing::brush &brush, float x, float y, float width, float height)xtd::drawing::graphics
fill_rectangles(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::rectangle > &rects)xtd::drawing::graphics
fill_rectangles(const xtd::drawing::brush &brush, const std::vector< xtd::drawing::rectangle_f > &rects)xtd::drawing::graphics
fill_region(const xtd::drawing::brush &brush, const xtd::drawing::region &region)xtd::drawing::graphics
fill_rounded_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect, int32 radius)xtd::drawing::graphics
fill_rounded_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect, float radius)xtd::drawing::graphics
fill_rounded_rectangle(const xtd::drawing::brush &brush, int32 x, int32 y, int32 width, int32 height, int32 radius)xtd::drawing::graphics
fill_rounded_rectangle(const xtd::drawing::brush &brush, float x, float y, float width, float height, float radius)xtd::drawing::graphics
flush()xtd::drawing::graphics
flush(xtd::drawing::drawing_2d::flush_intention intention)xtd::drawing::graphics
from_hdc(intptr hdc)xtd::drawing::graphicsstatic
from_hdc(intptr hdc, intptr hdevice)xtd::drawing::graphicsstatic
from_hwnd(intptr hwnd)xtd::drawing::graphicsstatic
from_image(const xtd::drawing::image &image)xtd::drawing::graphicsstatic
get_hash_code() const noexceptxtd::objectvirtual
get_hdc() constxtd::drawing::graphics
get_nearest_color(const xtd::drawing::color &color) constxtd::drawing::graphics
get_type() const noexceptxtd::objectvirtual
handle() const noexceptxtd::drawing::graphics
interpolation_mode() const noexceptxtd::drawing::graphics
interpolation_mode(xtd::drawing::drawing_2d::interpolation_mode value) noexceptxtd::drawing::graphics
intersect_clip(const xtd::drawing::region &region)xtd::drawing::graphics
intersect_clip(const xtd::drawing::rectangle &rect)xtd::drawing::graphics
intersect_clip(const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
is_visible(const xtd::drawing::rectangle &rect)xtd::drawing::graphics
is_visible(const xtd::drawing::rectangle_f &rect)xtd::drawing::graphics
is_visible(int32 x, int32 y, int32 width, int32 height)xtd::drawing::graphics
is_visible(float x, float y, float width, float height)xtd::drawing::graphics
is_visible(const xtd::drawing::point &point)xtd::drawing::graphics
is_visible(const xtd::drawing::point_f &point)xtd::drawing::graphics
is_visible(int32 x, int32 y)xtd::drawing::graphics
is_visible(float x, float y)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::size_f &layout_area)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font, int32 width)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::point_f &origin, const xtd::drawing::string_format &format)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::size_f &layout_area, const xtd::drawing::string_format &format)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font, int32 width, const xtd::drawing::string_format &format)xtd::drawing::graphics
measure_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::size_f &layout_area, const xtd::drawing::string_format &format, size_t characters_fitted, size_t lines_filled)xtd::drawing::graphics
memberwise_clone() const noexceptxtd::objectinline
multiply_transform(const xtd::drawing::drawing_2d::matrix &matrix)xtd::drawing::graphics
multiply_transform(const xtd::drawing::drawing_2d::matrix &matrix, xtd::drawing::drawing_2d::matrix_order order)xtd::drawing::graphics
object()=defaultxtd::object
page_scale() const noexceptxtd::drawing::graphics
page_scale(float value) noexceptxtd::drawing::graphics
page_unit() const noexceptxtd::drawing::graphics
page_unit(xtd::drawing::graphics_unit value)xtd::drawing::graphics
pixel_offset_mode() const noexceptxtd::drawing::graphics
pixel_offset_mode(xtd::drawing::drawing_2d::pixel_offset_mode value) noexceptxtd::drawing::graphics
reference_equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
release_hdc(intptr hdc)xtd::drawing::graphics
reset_clip()xtd::drawing::graphics
reset_transform()xtd::drawing::graphics
restore(const xtd::drawing::drawing_2d::graphics_state &gstate)xtd::drawing::graphics
rotate_transform(float angle)xtd::drawing::graphics
rotate_transform(float angle, xtd::drawing::drawing_2d::matrix_order order)xtd::drawing::graphics
save()xtd::drawing::graphics
scale_transform(float sx, float sy)xtd::drawing::graphics
scale_transform(float sx, float sy, xtd::drawing::drawing_2d::matrix_order order)xtd::drawing::graphics
smoothing_mode() const noexceptxtd::drawing::graphics
smoothing_mode(xtd::drawing::drawing_2d::smoothing_mode value) noexceptxtd::drawing::graphics
text_contrast() const noexceptxtd::drawing::graphics
text_contrast(int32 value) noexceptxtd::drawing::graphics
text_rendering_hint() const noexceptxtd::drawing::graphics
text_rendering_hint(xtd::drawing::text::text_rendering_hint value)xtd::drawing::graphics
to_string() const noexcept overridextd::drawing::graphicsinlinevirtual
transform() const noexceptxtd::drawing::graphics
transform(const xtd::drawing::drawing_2d::matrix &value) noexceptxtd::drawing::graphics
translate_clip(int32 dx, int32 dy)xtd::drawing::graphics
translate_clip(float dx, float dy)xtd::drawing::graphics
translate_transform(float dx, float dy)xtd::drawing::graphics
translate_transform(float dx, float dy, xtd::drawing::drawing_2d::matrix_order order)xtd::drawing::graphics
trim_string(const xtd::ustring &text, const xtd::drawing::font &font, float width, xtd::drawing::string_trimming trimming)xtd::drawing::graphics
visible_clip_bounds() const noexceptxtd::drawing::graphics