I do not seem to get the
DrawTextFixed
and
DrawText
Methods right.
I have the code:
protected override void OnBarUpdate()
{
DrawTextFixed("tag2", "example", TextPosition.TopRight);
DrawText("tag1", "hello", 0, 0 , Color.Red);
}
regards, Stefan

Comment