mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-11-18 16:59:09 +08:00
初始化
This commit is contained in:
13
CPF.Mac/Mac/CoreGraphics/NSRectEdge.cs
Normal file
13
CPF.Mac/Mac/CoreGraphics/NSRectEdge.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using CPF.Mac.ObjCRuntime;
|
||||
|
||||
namespace CPF.Mac.CoreGraphics
|
||||
{
|
||||
[Since(3, 2)]
|
||||
public enum NSRectEdge
|
||||
{
|
||||
MinXEdge,
|
||||
MinYEdge,
|
||||
MaxXEdge,
|
||||
MaxYEdge
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user