public static void DrawStringWithBackground(
Graphics gr,
string text,
Font font,
Brush textBrush,
Brush backBrush,
int x,
int y
)
public static void DrawStringWithBackground(
Graphics gr,
string text,
Font font,
Brush textBrush,
Brush backBrush,
int x,
int y
)
Public Shared Sub DrawStringWithBackground (
gr As Graphics,
text As String,
font As Font,
textBrush As Brush,
backBrush As Brush,
x As Integer,
y As Integer
)
Public Shared Sub DrawStringWithBackground (
gr As Graphics,
text As String,
font As Font,
textBrush As Brush,
backBrush As Brush,
x As Integer,
y As Integer
)
public:
static void DrawStringWithBackground(
Graphics^ gr,
String^ text,
Font^ font,
Brush^ textBrush,
Brush^ backBrush,
int x,
int y
)
public:
static void DrawStringWithBackground(
Graphics^ gr,
String^ text,
Font^ font,
Brush^ textBrush,
Brush^ backBrush,
int x,
int y
)
static member DrawStringWithBackground :
gr : Graphics *
text : string *
font : Font *
textBrush : Brush *
backBrush : Brush *
x : int *
y : int -> unit
static member DrawStringWithBackground :
gr : Graphics *
text : string *
font : Font *
textBrush : Brush *
backBrush : Brush *
x : int *
y : int -> unit