CornerRadiusHelper.FromRadii(Double, Double, Double, Double) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère une valeur CornerRadius à partir des valeurs d’élément. C# et Microsoft Visual Basic code doivent utiliser le constructeur CornerRadius(Double,Double,Double,Double) à la place.
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
Paramètres
- topLeft
-
Double
double
Valeur initiale de TopLeft
.
- topRight
-
Double
double
Valeur initiale de TopRight
.
- bottomRight
-
Double
double
Valeur initiale de BottomRight
.
- bottomLeft
-
Double
double
Valeur initiale de BottomLeft
.
Retours
CornerRadius créé.