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 _
)
Parameters
-
g
- Graphics object to paint on.
-
pos
- Top-Left corner of digits sting.
-
text
- String of digits.
Remarks
-
Decimal numeric symbols -
("0"-"9")
-
Minus sign -
"-"
-
Space -
" "
-
Semicolon -
":"
-
Digital point -
"." or ","
All symbols except mentioned above are ignored
See Also
DigitsDisplay Class | PerpetuumSoft.Widgets Namespace