ILeadingMarginSpanExtensions.DrawLeadingMargin 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 DrawLeadingMargin (this Android.Text.Style.ILeadingMarginSpan self, Android.Graphics.Canvas? c, Android.Graphics.Paint? p, int x, int dir, int top, int baseline, int bottom, string? text, int start, int end, bool first, Android.Text.Layout? layout);
static member DrawLeadingMargin : Android.Text.Style.ILeadingMarginSpan * Android.Graphics.Canvas * Android.Graphics.Paint * int * int * int * int * int * string * int * int * bool * Android.Text.Layout -> unit
Parameters
- self
- ILeadingMarginSpan
- c
- Canvas
- p
- Paint
- x
- Int32
- dir
- Int32
- top
- Int32
- baseline
- Int32
- bottom
- Int32
- text
- String
- start
- Int32
- end
- Int32
- first
- Boolean
- layout
- Layout
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.