RGBF
ColorCode OUT R,G,B
RGBF ColorCode OUT A,R,G,B
Get RGB components from color code (floating point version)
GLINE
StartPointX,StartPointY,EndPointX,EndPointY[,ColorCode[,DrawingMethod]]
Draw a straight line on the graphic page
GCIRCLE
CenterPointX,CenterPointY,Radius,StartAngle,EndAngle,Flag[,ColorCode [,DrawingMethod]]
Draw an arc on the graphic page
GBOX
StartPointX,StartPointY,EndPointX,EndPointY[,ColorCode[,DrawingMethod]]
Draw a rectangle on the graphic page
GFILL
StartPointX,StartPointY,EndPointX,EndPointY[,ColorCode[,DrawingMethod]]
Draw a rectangle on the graphic page and fill it
GTRI
X1,Y1,X2,Y2,X3,Y3[,ColorCode[,DrawingMethod]]
Draw a triangle on the graphic page and fill it
GPUTCHR
X,Y,"String"[,FontType[,ColorCode[,DrawingMethod]]]
GPUTCHR X,Y,"String",FontType,ScaleX,ScaleY,ColorCode[,DrawingMethod]
Draw characters on the graphic page
GPUTCHRP
X,Y,"String"[,FontType[,ColorCode[,DrawingMethod]]]
GPUTCHRP X,Y,"String",FontType,ScaleX,ScaleY,ColorCode[,DrawingMethod[,CharacterSpacing]]
Draw proportional characters on graphic pages