言語

RoundedCorner(Int32, Int32, Int32, Int32) コンストラクター

定義

RoundedCornerを作成します。

[Android.Runtime.Register(".ctor", "(IIII)V", "", ApiSince=31)]
public RoundedCorner(int position, int radius, int centerX, int centerY);
[<Android.Runtime.Register(".ctor", "(IIII)V", "", ApiSince=31)>]
new Android.Views.RoundedCorner : int * int * int * int -> Android.Views.RoundedCorner

パラメーター

position
Int32

丸い角の位置。

radius
Int32

丸い角の半径。

centerX
Int32

丸い角の中心点の x。

centerY
Int32

丸い角の中心点の y。

属性

注釈

RoundedCornerを作成します。

これはテストにのみ役立つことに注意してください。 運用コードの場合、開発者は常に、RoundedCornerまたはWindowInsets#getRoundedCornerを介してシステムから取得したDisplay#getRoundedCornerを使用する必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象