Click or drag to resize
DrawingWindowDrawText Method
Overload List
  NameDescription
Public methodDrawText(Double, Double, String, Double, Boolean)
Draws a text using the current font starting at (X, Y) given the desired font size. The text is defaulted to flow from left to right can be specified to flow from right to left.
Public methodDrawText(Double, Double, String, Double, Double, Boolean)
Draws a text using the current font starting at (X, Y) given the desired font size. The text is defaulted to flow from left to right can be specified to flow from right to left.
Top
See Also