ILineBackgroundSpanExtensions.DrawBackground Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void DrawBackground (this Android.Text.Style.ILineBackgroundSpan self, Android.Graphics.Canvas canvas, Android.Graphics.Paint paint, int left, int right, int top, int baseline, int bottom, string text, int start, int end, int lineNumber);
static member DrawBackground : Android.Text.Style.ILineBackgroundSpan * Android.Graphics.Canvas * Android.Graphics.Paint * int * int * int * int * int * string * int * int * int -> unit
Parameters
- self
- ILineBackgroundSpan
- canvas
- Canvas
- paint
- Paint
- left
- Int32
- right
- Int32
- top
- Int32
- baseline
- Int32
- bottom
- Int32
- text
- String
- start
- Int32
- end
- Int32
- lineNumber
- Int32
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.