Windows.UI.Xaml.CornerRadiusHelper.FromRadii C# (CSharp) Method

FromRadii() public static method

public static FromRadii ( [ topLeft, [ topRight, [ bottomRight, [ bottomLeft ) : CornerRadius
topLeft [
topRight [
bottomRight [
bottomLeft [
return 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);