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

定義

要素の値から CornerRadius 値を生成します。 C# と Microsoft Visual Basic のコードでは、代わりに 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

適用対象