CPF/CPF.Mac/Mac/CoreText/CTFramePathFillRule.cs
2023-11-21 23:05:03 +08:00

12 lines
140 B
C#

using CPF.Mac.ObjCRuntime;
namespace CPF.Mac.CoreText
{
[Since(4, 2)]
public enum CTFramePathFillRule
{
EvenOdd,
WindingNumber
}
}