[This is preliminary documentation and is subject to change.]
Draws a rectangle that looks like underline which looks similar to VS or MS Word
Namespace: NFX.WinFormsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static void DrawUnderlineRectangle(
Graphics gr,
Rectangle rect,
Color color
)
public static void DrawUnderlineRectangle(
Graphics gr,
Rectangle rect,
Color color
)
Public Shared Sub DrawUnderlineRectangle (
gr As Graphics,
rect As Rectangle,
color As Color
)
Public Shared Sub DrawUnderlineRectangle (
gr As Graphics,
rect As Rectangle,
color As Color
)
public:
static void DrawUnderlineRectangle(
Graphics^ gr,
Rectangle rect,
Color color
)
public:
static void DrawUnderlineRectangle(
Graphics^ gr,
Rectangle rect,
Color color
)
static member DrawUnderlineRectangle :
gr : Graphics *
rect : Rectangle *
color : Color -> unit
static member DrawUnderlineRectangle :
gr : Graphics *
rect : Rectangle *
color : Color -> unit