Go to the source code of this file.
|
template<int S_ = 8, class P_ = Geometry::Pointf, class F_ = SolidFill<>> |
void | Circle (Containers::Image &target, P_ location, Float radius, F_ fill=SolidFill<>(Graphics::Color::Black)) |
| Draws a filled circle with the specified radius to the given target. More...
|
|
template<int S_ = 8, class P_ = Geometry::Pointf, class F_ = SolidFill<>> |
void | Circle (Containers::Image &target, P_ location, Float radius, Float border, F_ fill=SolidFill<>(Graphics::Color::Black)) |
| Draws a circle outline with the specified radius to the given target. More...
|
|
template<int S_ = 8, class P_ = Geometry::Pointf, class F_ = SolidFill<>> |
void | Circle (Graphics::Bitmap &target, P_ location, Float radius, F_ fill=SolidFill<>(Graphics::Color::Black)) |
|
template<int S_ = 8, class P_ = Geometry::Pointf, class F_ = SolidFill<>> |
void | Circle (Graphics::Bitmap &target, P_ location, Float radius, Float border, F_ fill=SolidFill<>(Graphics::Color::Black)) |
|