LineBackgroundSpanStandard.DrawBackground 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DrawBackground(Canvas, Paint, Int32, Int32, Int32, Int32, Int32, ICharSequence, Int32, Int32, Int32)
캔버스에 배경을 그립니다.
[Android.Runtime.Register("drawBackground", "(Landroid/graphics/Canvas;Landroid/graphics/Paint;IIIIILjava/lang/CharSequence;III)V", "GetDrawBackground_Landroid_graphics_Canvas_Landroid_graphics_Paint_IIIIILjava_lang_CharSequence_IIIHandler", ApiSince=29)]
public virtual void DrawBackground(Android.Graphics.Canvas canvas, Android.Graphics.Paint paint, int left, int right, int top, int baseline, int bottom, Java.Lang.ICharSequence text, int start, int end, int lineNumber);
[<Android.Runtime.Register("drawBackground", "(Landroid/graphics/Canvas;Landroid/graphics/Paint;IIIIILjava/lang/CharSequence;III)V", "GetDrawBackground_Landroid_graphics_Canvas_Landroid_graphics_Paint_IIIIILjava_lang_CharSequence_IIIHandler", ApiSince=29)>]
abstract member DrawBackground : Android.Graphics.Canvas * Android.Graphics.Paint * int * int * int * int * int * Java.Lang.ICharSequence * int * int * int -> unit
override this.DrawBackground : Android.Graphics.Canvas * Android.Graphics.Paint * int * int * int * int * int * Java.Lang.ICharSequence * int * int * int -> unit
매개 변수
- canvas
- Canvas
- paint
- Paint
- left
- Int32
이 값의 단위는 픽셀입니다.
- right
- Int32
이 값의 단위는 픽셀입니다.
- top
- Int32
이 값의 단위는 픽셀입니다.
- baseline
- Int32
이 값의 단위는 픽셀입니다.
- bottom
- Int32
이 값의 단위는 픽셀입니다.
- text
- ICharSequence
- start
- Int32
줄의 시작 문자 인덱스
- end
- Int32
줄의 끝 문자 인덱스
- lineNumber
- Int32
현재 텍스트 레이아웃의 줄 번호
구현
- 특성
설명
캔버스에 배경을 그립니다.
에 대한 android.text.style.LineBackgroundSpan.Standard.drawBackgroundAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
DrawBackground(Canvas, Paint, Int32, Int32, Int32, Int32, Int32, String, Int32, Int32, Int32)
캔버스에 배경을 그립니다.
public void DrawBackground(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);
member this.DrawBackground : Android.Graphics.Canvas * Android.Graphics.Paint * int * int * int * int * int * string * int * int * int -> unit
매개 변수
- canvas
- Canvas
- paint
- Paint
- left
- Int32
이 값의 단위는 픽셀입니다.
- right
- Int32
이 값의 단위는 픽셀입니다.
- top
- Int32
이 값의 단위는 픽셀입니다.
- baseline
- Int32
이 값의 단위는 픽셀입니다.
- bottom
- Int32
이 값의 단위는 픽셀입니다.
- text
- String
- start
- Int32
줄의 시작 문자 인덱스
- end
- Int32
줄의 끝 문자 인덱스
- lineNumber
- Int32
현재 텍스트 레이아웃의 줄 번호
설명
캔버스에 배경을 그립니다.
에 대한 android.text.style.LineBackgroundSpan.Standard.drawBackgroundAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.