Initial Commit
This commit is contained in:
19
Progrart.Core/RenderContext.cs
Normal file
19
Progrart.Core/RenderContext.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Microsoft.Maui.Graphics.Skia;
|
||||
|
||||
namespace Progrart.Core
|
||||
{
|
||||
public class RenderContext
|
||||
{
|
||||
SkiaBitmapExportContext context;
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
[Serializable]
|
||||
public class RenderConfig
|
||||
{
|
||||
public int Scale;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user