RelativeLayout.LayoutParams 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| RelativeLayout.LayoutParams(ViewGroup+LayoutParams) |
새 인스턴스를 초기화합니다. |
| RelativeLayout.LayoutParams(ViewGroup+MarginLayoutParams) |
새 인스턴스를 초기화합니다. |
| RelativeLayout.LayoutParams(RelativeLayout+LayoutParams) |
새 인스턴스를 초기화합니다. |
| RelativeLayout.LayoutParams(Context, IAttributeSet) |
새 인스턴스를 초기화합니다. |
| RelativeLayout.LayoutParams(Int32, Int32) |
새 인스턴스를 초기화합니다. |
| RelativeLayout.LayoutParams(IntPtr, JniHandleOwnership) |
JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다. |
RelativeLayout.LayoutParams(ViewGroup+LayoutParams)
새 인스턴스를 초기화합니다.
[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$LayoutParams;)V", "")]
public LayoutParams(Android.Views.ViewGroup.LayoutParams? source);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$LayoutParams;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Views.ViewGroup.LayoutParams -> Android.Widget.RelativeLayout.LayoutParams
매개 변수
- source
- ViewGroup.LayoutParams
ViewGroup.LayoutParams
- 특성
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RelativeLayout.LayoutParams(ViewGroup+MarginLayoutParams)
새 인스턴스를 초기화합니다.
[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$MarginLayoutParams;)V", "")]
public LayoutParams(Android.Views.ViewGroup.MarginLayoutParams? source);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$MarginLayoutParams;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Views.ViewGroup.MarginLayoutParams -> Android.Widget.RelativeLayout.LayoutParams
매개 변수
- source
- ViewGroup.MarginLayoutParams
ViewGroup.MarginLayoutParams
- 특성
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RelativeLayout.LayoutParams(RelativeLayout+LayoutParams)
새 인스턴스를 초기화합니다.
[Android.Runtime.Register(".ctor", "(Landroid/widget/RelativeLayout$LayoutParams;)V", "")]
public LayoutParams(Android.Widget.RelativeLayout.LayoutParams? source);
[<Android.Runtime.Register(".ctor", "(Landroid/widget/RelativeLayout$LayoutParams;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Widget.RelativeLayout.LayoutParams -> Android.Widget.RelativeLayout.LayoutParams
매개 변수
- source
- RelativeLayout.LayoutParams
RelativeLayout.LayoutParams: 복사할 레이아웃 매개 변수입니다.
- 특성
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RelativeLayout.LayoutParams(Context, IAttributeSet)
새 인스턴스를 초기화합니다.
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public LayoutParams(Android.Content.Context? c, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.RelativeLayout.LayoutParams
매개 변수
- c
- Context
Context
- attrs
- IAttributeSet
XML에서 제공하는 특성입니다.
- 특성
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RelativeLayout.LayoutParams(Int32, Int32)
새 인스턴스를 초기화합니다.
[Android.Runtime.Register(".ctor", "(II)V", "")]
public LayoutParams(int w, int h);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : int * int -> Android.Widget.RelativeLayout.LayoutParams
매개 변수
- w
- Int32
int
- h
- Int32
int
- 특성
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RelativeLayout.LayoutParams(IntPtr, JniHandleOwnership)
JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.
protected LayoutParams(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.RelativeLayout.LayoutParams : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.RelativeLayout.LayoutParams
매개 변수
- transfer
- JniHandleOwnership
JniHandleOwnership처리 방법을 나타내는 AjavaReference
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.