Instrumentation Widgets Class Reference

DigitsDisplay.PaintString Method 

Paint string of Digits at specified location.

[Visual Basic]
Public Sub PaintString( _
   ByVal g As Graphics, _
   ByVal pos As PointF, _
   ByVal text As String _
)
[C#]
public void PaintString(
   Graphics g,
   PointF pos,
   string text
);

Parameters

g
Graphics object to paint on.
pos
Top-Left corner of digits sting.
text
String of digits.

Remarks

All symbols except mentioned above are ignored

See Also

DigitsDisplay Class | PerpetuumSoft.Widgets Namespace