'Declaration Public Overloads Sub DrawText( _ ByVal text As String, _ ByVal stringLength As Integer, _ ByVal textFormat As TextFormat, _ ByVal layoutRect As RectF, _ ByVal defaultForegroundBrush As Brush, _ Optional ByVal options As DrawTextOptions, _ Optional ByVal measuringMode As MeasuringMode _ )
public void DrawText( string text, int stringLength, TextFormat textFormat, RectF layoutRect, Brush defaultForegroundBrush, DrawTextOptions options, MeasuringMode measuringMode )
Parameters
- text
- stringLength
- textFormat
- layoutRect
- defaultForegroundBrush
- options
- measuringMode