Docs.rs
firefly-rust-0.9.0
firefly-rust 0.9.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
orsinium
Dependencies
nalgebra ^0.33.2
normal
optional
talc ^4.4.2
normal
optional
Versions
63.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
firefly_
rust
0.9.0
In firefly_
rust::
graphics
Structs
Angle
Canvas
Image
LineStyle
Point
RGB
Size
Style
SubImage
Enums
Color
Constants
HEIGHT
WIDTH
Functions
clear_screen
draw_arc
draw_circle
draw_ellipse
draw_image
draw_line
draw_point
draw_qr
draw_rect
draw_rounded_rect
draw_sector
draw_sub_image
draw_text
draw_triangle
set_canvas
set_color
unset_canvas
firefly_rust
::
graphics
Function
draw_circle
Copy item path
Settings
Help
Summary
Source
pub fn draw_circle(p:
Point
, d:
i32
, s:
Style
)
Expand description
Draw a circle with the given diameter.