言語

CornerRadiusHelper.FromRadii(Double, Double, Double, Double) メソッド

定義

要素の値から CornerRadius 値を生成します。 C# コードでは、代わりに CornerRadius(Double,Double,Double,Double) コンストラクターを使用する必要があります。

public:
 static CornerRadius FromRadii(double topLeft, double topRight, double bottomRight, double bottomLeft);
 static CornerRadius FromRadii(double const& topLeft, double const& topRight, double const& bottomRight, double const& bottomLeft);
public static CornerRadius FromRadii(double topLeft, double topRight, double bottomRight, double bottomLeft);
function fromRadii(topLeft, topRight, bottomRight, bottomLeft)
Public Shared Function FromRadii (topLeft As Double, topRight As Double, bottomRight As Double, bottomLeft As Double) As CornerRadius

パラメーター

topLeft
Double

double

初期 TopLeft 値。

topRight
Double

double

初期 TopRight 値。

bottomRight
Double

double

初期 BottomRight 値。

bottomLeft
Double

double

初期 BottomLeft 値。

返品

作成された CornerRadius

適用対象