mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-16 07:59:46 +08:00
14 lines
155 B
C#
14 lines
155 B
C#
using CPF.Mac.ObjCRuntime;
|
|
|
|
namespace CPF.Mac.CoreGraphics
|
|
{
|
|
[Since(3, 2)]
|
|
public enum NSRectEdge
|
|
{
|
|
MinXEdge,
|
|
MinYEdge,
|
|
MaxXEdge,
|
|
MaxYEdge
|
|
}
|
|
}
|