TextView.SetCompoundDrawablesWithIntrinsicBounds 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable) |
텍스트의 왼쪽, 위, 오른쪽 및 아래에 표시할 그리기 가능 항목(있는 경우)을 설정합니다. |
SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32) |
텍스트의 왼쪽, 위, 오른쪽 및 아래에 표시할 그리기 가능 항목(있는 경우)을 설정합니다. |
SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)
텍스트의 왼쪽, 위, 오른쪽 및 아래에 표시할 그리기 가능 항목(있는 경우)을 설정합니다.
[Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", "GetSetCompoundDrawablesWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetCompoundDrawablesWithIntrinsicBounds (Android.Graphics.Drawables.Drawable? left, Android.Graphics.Drawables.Drawable? top, Android.Graphics.Drawables.Drawable? right, Android.Graphics.Drawables.Drawable? bottom);
[<Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", "GetSetCompoundDrawablesWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetCompoundDrawablesWithIntrinsicBounds : Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable -> unit
override this.SetCompoundDrawablesWithIntrinsicBounds : Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable -> unit
매개 변수
- left
- Drawable
왼쪽 그리기 가능 항목의 리소스 식별자입니다.
- top
- Drawable
상위 Drawable의 리소스 식별자입니다.
- right
- Drawable
오른쪽 그리기 가능 항목의 리소스 식별자입니다.
- bottom
- Drawable
아래쪽 그리기 가능 항목의 리소스 식별자입니다.
- 특성
설명
텍스트의 왼쪽, 위, 오른쪽 및 아래에 표시할 그리기 가능 항목(있는 경우)을 설정합니다. 그리기를 원하지 않는 경우 사용합니다 null
. 드로블의 범위는 내장 범위로 설정됩니다.
이 메서드를 호출하면 이전에 사용하거나 관련 메서드를 사용하여 #setCompoundDrawablesRelative
설정한 Drawable을 덮어씁니다.
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32)
텍스트의 왼쪽, 위, 오른쪽 및 아래에 표시할 그리기 가능 항목(있는 경우)을 설정합니다.
[Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(IIII)V", "GetSetCompoundDrawablesWithIntrinsicBounds_IIIIHandler")]
public virtual void SetCompoundDrawablesWithIntrinsicBounds (int left, int top, int right, int bottom);
[<Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(IIII)V", "GetSetCompoundDrawablesWithIntrinsicBounds_IIIIHandler")>]
abstract member SetCompoundDrawablesWithIntrinsicBounds : int * int * int * int -> unit
override this.SetCompoundDrawablesWithIntrinsicBounds : int * int * int * int -> unit
매개 변수
- left
- Int32
왼쪽 그리기 가능 항목의 리소스 식별자입니다.
- top
- Int32
상위 Drawable의 리소스 식별자입니다.
- right
- Int32
오른쪽 그리기 가능 항목의 리소스 식별자입니다.
- bottom
- Int32
아래쪽 그리기 가능 항목의 리소스 식별자입니다.
- 특성
설명
텍스트의 왼쪽, 위, 오른쪽 및 아래에 표시할 그리기 가능 항목(있는 경우)을 설정합니다. 그리기를 원하지 않는 경우 0을 사용합니다. 드로블의 범위는 내장 범위로 설정됩니다.
이 메서드를 호출하면 이전에 사용하거나 관련 메서드를 사용하여 #setCompoundDrawablesRelative
설정한 Drawable을 덮어씁니다.
에 대한 android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.