Keyoti RapidSpell Desktop .NET API Docs
paintUnderline Method (g, start, end, style, pen)
APIKeyoti.RapidSpellTextBoxUtilityAdapterpaintUnderline(Graphics, Point, Point, UnderlineStyle, Pen)
Keyoti RapidSpell Desktop .NET
Paints an underline
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static void paintUnderline(
	Graphics g,
	Point start,
	Point end,
	UnderlineStyle style,
	Pen pen
)
public static void paintUnderline(
	Graphics g,
	Point start,
	Point end,
	UnderlineStyle style,
	Pen pen
)
Public Shared Sub paintUnderline ( 
	g As Graphics,
	start As Point,
	end As Point,
	style As UnderlineStyle,
	pen As Pen
)
Public Shared Sub paintUnderline ( 
	g As Graphics,
	start As Point,
	end As Point,
	style As UnderlineStyle,
	pen As Pen
)
public:
static void paintUnderline(
	Graphics^ g, 
	Point start, 
	Point end, 
	UnderlineStyle style, 
	Pen^ pen
)
public:
static void paintUnderline(
	Graphics^ g, 
	Point start, 
	Point end, 
	UnderlineStyle style, 
	Pen^ pen
)
static member paintUnderline : 
        g : Graphics * 
        start : Point * 
        end : Point * 
        style : UnderlineStyle * 
        pen : Pen -> unit 
static member paintUnderline : 
        g : Graphics * 
        start : Point * 
        end : Point * 
        style : UnderlineStyle * 
        pen : Pen -> unit 
Parameters
g (Graphics)
start (Point)
end (Point)
style (UnderlineStyle)
pen (Pen)

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412