RoundedCorner(Int32, Int32, Int32, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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を使用する必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。