MobileForms Toolkit Documentation

GraphicsEx.DrawTextLine Delegate

Represents the method that handles calls from a DrawAlignedString.

public delegate void GraphicsEx.DrawTextLine(
Graphics gr,
string line,
Font font,
Brush brush,
int x,
int y,
int width,
int height,
int textIndex
);

Parameters

gr
Graphics to use.
line
String to draw.
font
Font that defines the text format of the string.
brush
Brush that determines the color and texture of the drawn text.
x
The x-coordinate of the upper-left corner of the text to draw
y
The y-coordinate of the upper-left corner of the text to draw
width
Width of the text to draw.
height
Height of the rectangle to draw.
textIndex
Index of the text in original string.

Requirements

Namespace: Resco.Drawing

Assembly: Resco.Core.CF3 (in Resco.Core.CF3.dll)

See Also

Resco.Drawing Namespace