Format C# files for POSIX compliance
This commit is contained in:
Родитель
b8b09e97cc
Коммит
cbbe2fd695
|
@ -7,7 +7,8 @@ root = true
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.cs]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_size = 4
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.Android;
|
||||
using Android.App;
|
||||
using Android.Widget;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.Android;
|
||||
using Android.Runtime;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics.GDI;
|
||||
using Microsoft.Maui.Graphics.GDI;
|
||||
|
||||
namespace GraphicsTester.GDI
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.GDI;
|
||||
using System.Windows.Forms;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.GDI;
|
||||
using System.Windows.Forms;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
|
||||
using System;
|
||||
using Foundation;
|
||||
using AppKit;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.CoreGraphics;
|
||||
using AppKit;
|
||||
using CoreGraphics;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
|
@ -62,4 +62,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.Alpha = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -80,4 +80,4 @@ namespace GraphicsTester.Scenarios
|
|||
return GetType().Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -59,4 +59,4 @@ namespace GraphicsTester.Scenarios
|
|||
return base.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -65,4 +65,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -27,4 +27,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -25,4 +25,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.FillRectangle(120, 120, 60, 60);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -187,4 +187,4 @@ namespace GraphicsTester.Scenarios
|
|||
return base.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -46,4 +46,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
|
@ -47,4 +47,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -104,4 +104,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.Alpha = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -33,4 +33,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -36,4 +36,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -40,4 +40,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -40,4 +40,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.Text;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
|
@ -35,4 +35,4 @@ This is a list:
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -96,4 +96,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -96,4 +96,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.DrawPath(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -102,4 +102,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -104,4 +104,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.DrawRoundedRectangle(450.5f, 700.5f, 150, 20, 50);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -40,4 +40,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -40,4 +40,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -47,4 +47,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -52,4 +52,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -193,4 +193,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -193,4 +193,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -126,4 +126,4 @@ namespace GraphicsTester.Scenarios
|
|||
return base.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace GraphicsTester.Scenarios
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
public class FillEllipses : AbstractFillScenario
|
||||
{
|
||||
|
@ -7,4 +7,4 @@
|
|||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -83,4 +83,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.FillPath(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace GraphicsTester.Scenarios
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
public class FillRectangles : AbstractFillScenario
|
||||
{
|
||||
|
@ -7,4 +7,4 @@
|
|||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -60,4 +60,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.FillRoundedRectangle(450.5f, 700.5f, 150, 20, 50);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -42,4 +42,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
|
@ -26,4 +26,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -54,4 +54,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -33,4 +33,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -36,4 +36,4 @@ namespace GraphicsTester.Scenarios
|
|||
return new PicturePattern(picture, stepX, stepY);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -28,4 +28,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -22,4 +22,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -65,4 +65,4 @@ namespace GraphicsTester.Scenarios
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -26,4 +26,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -35,4 +35,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -22,4 +22,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.FillRectangle(120, 120, 60, 60);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -504,4 +504,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -104,4 +104,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.DrawRoundedRectangle(0, 0, 100, 25, 25);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
|
||||
namespace GraphicsTester.Scenarios
|
||||
{
|
||||
|
@ -53,4 +53,4 @@ namespace GraphicsTester.Scenarios
|
|||
canvas.RestoreState();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Windows;
|
||||
using System.Windows;
|
||||
|
||||
namespace GraphicsTester.WPF.SharpDX
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.SharpDX;
|
||||
using System.Windows;
|
||||
using GraphicsTester.Scenarios;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using AppKit;
|
||||
using AppKit;
|
||||
using Foundation;
|
||||
|
||||
namespace GraphicsTester.Skia
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Foundation;
|
||||
using Foundation;
|
||||
|
||||
namespace GraphicsTester.Skia
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using AppKit;
|
||||
using AppKit;
|
||||
|
||||
namespace GraphicsTester.Skia
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
using Foundation;
|
||||
using AppKit;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace GraphicsTester.Skia
|
||||
namespace GraphicsTester.Skia
|
||||
{
|
||||
[global::Foundation.Register ("MainWindow")]
|
||||
public partial class MainWindow
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
using Foundation;
|
||||
using AppKit;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace GraphicsTester.Skia
|
||||
namespace GraphicsTester.Skia
|
||||
{
|
||||
[global::Foundation.Register ("MainWindowController")]
|
||||
public partial class MainWindowController
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.CoreGraphics;
|
||||
using Microsoft.Maui.Graphics.Skia.Views;
|
||||
using AppKit;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Windows;
|
||||
using System.Windows;
|
||||
|
||||
namespace GraphicsTester.WPF.Skia
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.GDI;
|
||||
using Microsoft.Maui.Graphics.Skia;
|
||||
using System.Windows;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Windows.ApplicationModel;
|
||||
using Windows.ApplicationModel.Activation;
|
||||
using Windows.UI.Xaml;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.Win2D;
|
||||
using Windows.UI;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
|
@ -25,4 +25,4 @@ using System.Runtime.InteropServices;
|
|||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: ComVisible(false)]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Windows;
|
||||
using System.Windows;
|
||||
|
||||
namespace GraphicsTester.Xaml
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.Xaml;
|
||||
using System.Windows;
|
||||
using GraphicsTester.Scenarios;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Foundation;
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
|
||||
namespace GraphicsTester.iOS
|
||||
|
@ -37,4 +37,4 @@ namespace GraphicsTester.iOS
|
|||
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using UIKit;
|
||||
using UIKit;
|
||||
|
||||
namespace GraphicsTester.iOS
|
||||
{
|
||||
|
@ -12,4 +12,4 @@ namespace GraphicsTester.iOS
|
|||
UIApplication.Main(args, null, "AppDelegate");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Foundation;
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
|
||||
namespace NewSingleViewTemplate
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Foundation;
|
||||
using GraphicsTester.Scenarios;
|
||||
|
@ -46,4 +46,4 @@ namespace GraphicsTester.iOS
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics;
|
||||
using Microsoft.Maui.Graphics.CoreGraphics;
|
||||
using CoreGraphics;
|
||||
|
@ -70,4 +70,4 @@ namespace GraphicsTester.iOS
|
|||
graphicsView.InvalidateDrawable();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using UIKit;
|
||||
|
||||
namespace GraphicsTester.iOS
|
||||
|
@ -27,4 +27,4 @@ namespace GraphicsTester.iOS
|
|||
base.DidReceiveMemoryWarning();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// WARNING
|
||||
// WARNING
|
||||
//
|
||||
// This file has been generated automatically by Visual Studio from the outlets and
|
||||
// actions declared in your storyboard file.
|
||||
|
@ -15,4 +15,4 @@ namespace GraphicsTester.iOS
|
|||
partial class ViewController
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.Maui.Graphics.Blazor.Canvas2D;
|
||||
using Microsoft.Maui.Graphics.Text;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics.Blazor.Canvas2D;
|
||||
using Microsoft.Maui.Graphics.Blazor.Canvas2D;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.Blazor
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Maui.Graphics.Blazor.Canvas2D;
|
||||
using Microsoft.Maui.Graphics.Blazor.Canvas2D;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.Blazor
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.Blazor
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.JSInterop;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Threading.Tasks;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.JSInterop;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.Blazor
|
||||
|
@ -41,4 +41,4 @@ namespace Microsoft.Maui.Graphics.Blazor
|
|||
return b;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -450,4 +450,4 @@ namespace Microsoft.Maui.Graphics.Blazor.WebGL
|
|||
TEXTURE30,
|
||||
TEXTURE31
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Xamarin.Forms;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.Forms
|
||||
{
|
||||
|
@ -12,4 +12,4 @@ namespace Microsoft.Maui.Graphics.Forms
|
|||
return new Xamarin.Forms.Color(color.Red, color.Green, color.Blue, color.Alpha);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Xamarin.Forms;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.Forms
|
||||
{
|
||||
|
@ -16,4 +16,4 @@ namespace Microsoft.Maui.Graphics.Forms
|
|||
set => SetValue(DrawableProperty, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using Microsoft.Maui.Graphics.Android;
|
||||
using Microsoft.Maui.Graphics.Forms.Android;
|
||||
using Android.Content;
|
||||
|
@ -48,4 +48,4 @@ namespace Microsoft.Maui.Graphics.Forms.Android
|
|||
Control.Drawable = Element.Drawable;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using Microsoft.Maui.Graphics.CoreGraphics;
|
||||
using Microsoft.Maui.Graphics.Forms;
|
||||
using Microsoft.Maui.Graphics.Forms.Mac;
|
||||
|
@ -43,4 +43,4 @@ namespace Microsoft.Maui.Graphics.Forms.Mac
|
|||
Control.Drawable = Element.Drawable;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using Microsoft.Maui.Graphics.CoreGraphics;
|
||||
using Microsoft.Maui.Graphics.Forms;
|
||||
using Microsoft.Maui.Graphics.Forms.iOS;
|
||||
|
@ -43,4 +43,4 @@ namespace Microsoft.Maui.Graphics.Forms.iOS
|
|||
Control.Drawable = Element.Drawable;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Drawing;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
|
||||
namespace Microsoft.Maui.Graphics.GDI
|
||||
|
@ -43,4 +43,4 @@ namespace Microsoft.Maui.Graphics.GDI
|
|||
Image.Save(stream, ImageFormat.Png);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче