Rotate the entire canvas for subsequent drawings.
More...
#include <CanvasAction.h>
|
void | Fill (const std::string &style="") |
| Helper function to set the fill status. More...
|
|
void | Stroke (const std::string &style="") |
| Helper function to set the stroke status. More...
|
|
void | LineWidth (double line_width=1.0) |
| Helper function to set the stroke status. More...
|
|
Rotate the entire canvas for subsequent drawings.
emp::web::CanvasRotate::CanvasRotate |
( |
double |
a | ) |
|
|
inline |
void emp::web::CanvasRotate::Apply |
( |
| ) |
|
|
inlinevirtual |
void emp::web::CanvasAction::Fill |
( |
const std::string & |
style = "" | ) |
|
|
inlineprotectedinherited |
Helper function to set the fill status.
void emp::web::CanvasAction::LineWidth |
( |
double |
line_width = 1.0 | ) |
|
|
inlineprotectedinherited |
Helper function to set the stroke status.
void emp::web::CanvasAction::Stroke |
( |
const std::string & |
style = "" | ) |
|
|
inlineprotectedinherited |
Helper function to set the stroke status.
double emp::web::CanvasRotate::angle |
|
protected |
The documentation for this class was generated from the following file: