WindowManagerLayoutParams Constructors

Definition

Overloads

WindowManagerLayoutParams()
WindowManagerLayoutParams(Parcel)
WindowManagerLayoutParams(WindowManagerTypes)
WindowManagerLayoutParams(WindowManagerTypes, WindowManagerFlags)
WindowManagerLayoutParams(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

WindowManagerLayoutParams(WindowManagerTypes, WindowManagerFlags, Format)
WindowManagerLayoutParams(Int32, Int32, WindowManagerTypes, WindowManagerFlags, Format)
WindowManagerLayoutParams(Int32, Int32, Int32, Int32, WindowManagerTypes, WindowManagerFlags, Format)

WindowManagerLayoutParams()

[Android.Runtime.Register(".ctor", "()V", "")]
public WindowManagerLayoutParams ();
Attributes

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.

Applies to

WindowManagerLayoutParams(Parcel)

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public WindowManagerLayoutParams (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Views.WindowManagerLayoutParams : Android.OS.Parcel -> Android.Views.WindowManagerLayoutParams

Parameters

in
Parcel
Attributes

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.

Applies to

WindowManagerLayoutParams(WindowManagerTypes)

[Android.Runtime.Register(".ctor", "(I)V", "")]
public WindowManagerLayoutParams (Android.Views.WindowManagerTypes _type);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Views.WindowManagerLayoutParams : Android.Views.WindowManagerTypes -> Android.Views.WindowManagerLayoutParams

Parameters

Attributes

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.

Applies to

WindowManagerLayoutParams(WindowManagerTypes, WindowManagerFlags)

[Android.Runtime.Register(".ctor", "(II)V", "")]
public WindowManagerLayoutParams (Android.Views.WindowManagerTypes _type, Android.Views.WindowManagerFlags _flags);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Views.WindowManagerLayoutParams : Android.Views.WindowManagerTypes * Android.Views.WindowManagerFlags -> Android.Views.WindowManagerLayoutParams

Parameters

Attributes

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.

Applies to

WindowManagerLayoutParams(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected WindowManagerLayoutParams (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.WindowManagerLayoutParams : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.WindowManagerLayoutParams

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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.

Applies to

WindowManagerLayoutParams(WindowManagerTypes, WindowManagerFlags, Format)

[Android.Runtime.Register(".ctor", "(III)V", "")]
public WindowManagerLayoutParams (Android.Views.WindowManagerTypes _type, Android.Views.WindowManagerFlags _flags, Android.Graphics.Format _format);
[<Android.Runtime.Register(".ctor", "(III)V", "")>]
new Android.Views.WindowManagerLayoutParams : Android.Views.WindowManagerTypes * Android.Views.WindowManagerFlags * Android.Graphics.Format -> Android.Views.WindowManagerLayoutParams

Parameters

_format
Format
Attributes

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.

Applies to

WindowManagerLayoutParams(Int32, Int32, WindowManagerTypes, WindowManagerFlags, Format)

[Android.Runtime.Register(".ctor", "(IIIII)V", "")]
public WindowManagerLayoutParams (int w, int h, Android.Views.WindowManagerTypes _type, Android.Views.WindowManagerFlags _flags, Android.Graphics.Format _format);
[<Android.Runtime.Register(".ctor", "(IIIII)V", "")>]
new Android.Views.WindowManagerLayoutParams : int * int * Android.Views.WindowManagerTypes * Android.Views.WindowManagerFlags * Android.Graphics.Format -> Android.Views.WindowManagerLayoutParams

Parameters

w
Int32
h
Int32
_format
Format
Attributes

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.

Applies to

WindowManagerLayoutParams(Int32, Int32, Int32, Int32, WindowManagerTypes, WindowManagerFlags, Format)

[Android.Runtime.Register(".ctor", "(IIIIIII)V", "")]
public WindowManagerLayoutParams (int w, int h, int xpos, int ypos, Android.Views.WindowManagerTypes _type, Android.Views.WindowManagerFlags _flags, Android.Graphics.Format _format);
[<Android.Runtime.Register(".ctor", "(IIIIIII)V", "")>]
new Android.Views.WindowManagerLayoutParams : int * int * int * int * Android.Views.WindowManagerTypes * Android.Views.WindowManagerFlags * Android.Graphics.Format -> Android.Views.WindowManagerLayoutParams

Parameters

w
Int32
h
Int32
xpos
Int32
ypos
Int32
_format
Format
Attributes

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.

Applies to