13#include "ROOT/RText.hxx"
14#include "ROOT/RLine.hxx"
21 auto canvas = RCanvas::Create(
"Canvas Title");
24 for (
int i=10; i>0; i--){
28 auto optts = canvas->Draw(
RText(
pt, std::to_string(i)));
29 optts->SetSize(13).SetAlign(32).SetFont(52);
33 auto optls = canvas->Draw(RLine(pl1, pl2));
A normalized coordinate: 0 in the left, bottom corner, 1 in the top, right corner of the RPad.
A position (horizontal and vertical) in a RPad.