12 lines
120 B
C#
12 lines
120 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSImageInterpolation : ulong
|
||
|
{
|
||
|
Default,
|
||
|
None,
|
||
|
Low,
|
||
|
Medium,
|
||
|
High
|
||
|
}
|
||
|
}
|