mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-16 07:59:46 +08:00
12 lines
140 B
C#
12 lines
140 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
|
||
|
namespace CPF.Mac.CoreText
|
||
|
{
|
||
|
[Since(4, 2)]
|
||
|
public enum CTFramePathFillRule
|
||
|
{
|
||
|
EvenOdd,
|
||
|
WindingNumber
|
||
|
}
|
||
|
}
|