Windows.UI.Xaml.CornerRadiusHelper.FromRadii C# (CSharp) Méthode

FromRadii() public static méthode

public static FromRadii ( [ topLeft, [ topRight, [ bottomRight, [ bottomLeft ) : CornerRadius
topLeft [
topRight [
bottomRight [
bottomLeft [
Résultat CornerRadius
		public static extern CornerRadius FromRadii([In] double topLeft, [In] double topRight, [In] double bottomRight, [In] double bottomLeft);
		public static extern CornerRadius FromUniformRadius([In] double uniformRadius);