首次提交:本地项目同步到Gitea
This commit is contained in:
19
LibShapes/Core/Paper/IPaperSetting.cs
Normal file
19
LibShapes/Core/Paper/IPaperSetting.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Io.Github.Kerwinxu.LibShapes.Core.Paper
|
||||
{
|
||||
/// <summary>
|
||||
/// 取得纸张设置的接口
|
||||
/// </summary>
|
||||
interface IPaperSetting
|
||||
{
|
||||
/// <summary>
|
||||
/// 取得纸张的信息
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Paper GetPaper();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user