共用方式為


WindowManagerLayoutParams 建構函式

定義

多載

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

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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 ();
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

參數

in
Parcel
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

參數

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

參數

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

WindowManagerLayoutParams(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

參數

_format
Format
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

參數

w
Int32
h
Int32
_format
Format
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

參數

w
Int32
h
Int32
xpos
Int32
ypos
Int32
_format
Format
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於