mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-21 02:58:12 +08:00
12 lines
120 B
C#
12 lines
120 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSImageInterpolation : ulong
|
||
|
{
|
||
|
Default,
|
||
|
None,
|
||
|
Low,
|
||
|
Medium,
|
||
|
High
|
||
|
}
|
||
|
}
|