Hi all,
i want to print some text with
Gnome.Print.Moveto (Context, x, y);
Gnome.Print.Show (Context, text);
how to convert (x/y) to cm depend on the Printer an Resolution ?
i found this
public double ConvertToPixel (double cm)
{
return cm * (75.0 / 2.54);
}
is this the right way ?
Regards
Wolfgang