Function SGraph.PixFromX(x:Double):Double;
Function SGraph.PixFromY(y:Double):Double;
{Defined in UNIT SGraph.} Example
_____________________________________________________________ Converts from scale units to screen pixel units. Most Delphi drawing routines require pixel units so this routine is very useful for drawing primitive graphics objects.