Insets.Add(Insets, Insets) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
新增兩個 Inset。
[Android.Runtime.Register("add", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)Landroid/graphics/Insets;", "", ApiSince=29)]
public static Android.Graphics.Insets Add (Android.Graphics.Insets a, Android.Graphics.Insets b);
[<Android.Runtime.Register("add", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)Landroid/graphics/Insets;", "", ApiSince=29)>]
static member Add : Android.Graphics.Insets * Android.Graphics.Insets -> Android.Graphics.Insets
參數
- a
- Insets
要加入的第一個 Insets。
- b
- Insets
要加入的第二個 Insets。
傳回
a + b,也就是每一邊的所有內嵌都會加在一起。
- 屬性
備註
新增兩個 Inset。
的 android.graphics.Insets.add(android.graphics.Insets, android.graphics.Insets)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。