An NDoc Documented Class Library

OpenGlDevice.drawText Method 

Overrides the method drawText and draw the text at a specified position with a given extrusion.

public override void drawText(
   xyz Position,
   string Text,
   double Extrusion
);

Parameters

Position
Position, where the text will be drawn
Text
Text
Extrusion
Extrusion, which can also be 0

See Also

OpenGlDevice Class | Minais.Drawing3d.Devices Namespace