xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
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
draw_arc(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect, float start_angle, float sweep_angle)xtd::drawing::graphicsinline
draw_arc(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect, float start_angle, float sweep_angle)xtd::drawing::graphicsinline
draw_arc(const xtd::drawing::pen &pen, int32_t x, int32_t y, int32_t width, int32_t height, int32_t start_angle, int32_t 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::graphicsinline
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::graphicsinline
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::graphicsinline
draw_bezier(const pen &pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)xtd::drawing::graphicsinline
draw_bezier(const pen &pen, int32_t x1, int32_t y1, int32_t x2, int32_t y2, int32_t x3, int32_t y3, int32_t x4, int32_t y4)xtd::drawing::graphics
draw_ellipse(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect)xtd::drawing::graphicsinline
draw_ellipse(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect)xtd::drawing::graphicsinline
draw_ellipse(const xtd::drawing::pen &pen, int32_t x, int32_t y, int32_t width, int32_t height)xtd::drawing::graphics
draw_ellipse(const xtd::drawing::pen &pen, float x, float y, float width, float height)xtd::drawing::graphicsinline
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_image(const xtd::drawing::image &image, const xtd::drawing::rectangle_f &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_image(const xtd::drawing::image &image, const xtd::drawing::point &point) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_image(const xtd::drawing::image &image, const xtd::drawing::point_f &point) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_image(const xtd::drawing::image &image, int32_t x, int32_t y, int32_t width, int32_t height) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, float x, float y, float width, float height) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_image(const xtd::drawing::image &image, int32_t x, int32_t y) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_image(const xtd::drawing::image &image, float x, float y) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_line(const xtd::drawing::pen &pen, const xtd::drawing::point &p1, const point &p2) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_line(const xtd::drawing::pen &pen, const xtd::drawing::point_f &p1, const point_f &p2) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_line(const xtd::drawing::pen &pen, int32_t x1, int32_t y1, int32_t x2, int32_t y2) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_line(const xtd::drawing::pen &pen, float x1, float y1, float x2, float y2) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_point(const xtd::drawing::pen &pen, const xtd::drawing::point &p) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_point(const xtd::drawing::pen &pen, const xtd::drawing::point_f &p) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_point(const xtd::drawing::pen &pen, int32_t x, int32_t y) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_point(const xtd::drawing::pen &pen, float x, float y) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_rectangle(const xtd::drawing::pen &pen, int32_t x, int32_t y, int32_t width, int32_t height) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_rectangle(const xtd::drawing::pen &pen, float x, float y, float width, float height) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_rounded_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle &rect, int32_t radius) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_rounded_rectangle(const xtd::drawing::pen &pen, const xtd::drawing::rectangle_f &rect, float radius) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_rounded_rectangle(const xtd::drawing::pen &pen, int32_t x, int32_t y, int32_t width, int32_t height, int32_t radius) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_rounded_rectangle(const xtd::drawing::pen &pen, float x, float y, float width, float height, float radius) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &layout_rectangle, const string_format &format) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &layout_rectangle) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::point_f &point, const string_format &format) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::brush &brush, const xtd::drawing::point_f &point) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
draw_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::brush &brush, float x, float y, const string_format &format) (defined in xtd::drawing::graphics)xtd::drawing::graphics
draw_string(const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::brush &brush, float x, float y) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
fill_ellipse(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_ellipse(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_ellipse(const xtd::drawing::brush &brush, int32_t x, int32_t y, int32_t width, int32_t height) (defined in xtd::drawing::graphics)xtd::drawing::graphics
fill_ellipse(const xtd::drawing::brush &brush, float x, float y, float width, float height) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_pie(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect, float start_angle, float sweep_angle) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_pie(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect, float start_angle, float sweep_angle) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_pie(const xtd::drawing::brush &brush, int32_t x, int32_t y, int32_t width, int32_t height, int32_t start_angle, int32_t sweep_angle) (defined in xtd::drawing::graphics)xtd::drawing::graphics
fill_pie(const xtd::drawing::brush &brush, float x, float y, float width, float height, float start_angle, float sweep_angle) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_rectangle(const xtd::drawing::brush &brush, int32_t x, int32_t y, int32_t width, int32_t height) (defined in xtd::drawing::graphics)xtd::drawing::graphics
fill_rectangle(const xtd::drawing::brush &brush, float x, float y, float width, float height) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_rounded_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle &rect, int32_t radius) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_rounded_rectangle(const xtd::drawing::brush &brush, const xtd::drawing::rectangle_f &rect, float radius) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
fill_rounded_rectangle(const xtd::drawing::brush &brush, int32_t x, int32_t y, int32_t width, int32_t height, int32_t radius) (defined in xtd::drawing::graphics)xtd::drawing::graphics
fill_rounded_rectangle(const xtd::drawing::brush &brush, float x, float y, float width, float height, float radius) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline
from_image(const xtd::drawing::image &image) (defined in xtd::drawing::graphics)xtd::drawing::graphicsstatic
get_hash_code() const noexceptxtd::objectvirtual
handle() constxtd::drawing::graphicsinline
measure_string(const xtd::ustring &text, const xtd::drawing::font &font) (defined in xtd::drawing::graphics)xtd::drawing::graphics
memberwise_clone() constxtd::objectinline
object()=defaultxtd::object
reference_equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
rotate_transform(float angle) (defined in xtd::drawing::graphics)xtd::drawing::graphics
to_string() const noexcept overridextd::drawing::graphicsinlinevirtual
translate_clip(int32_t dx, int32_t dy) (defined in xtd::drawing::graphics)xtd::drawing::graphics
translate_clip(float dx, float dy) (defined in xtd::drawing::graphics)xtd::drawing::graphicsinline