20 lines
281 B
C#
20 lines
281 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
using System;
|
||
|
|
||
|
namespace CPF.Mac.CoreImage
|
||
|
{
|
||
|
[Since(6, 0)]
|
||
|
public class CIHoleDistortion : CIDistortionFilter
|
||
|
{
|
||
|
public CIHoleDistortion()
|
||
|
: base("CIHoleDistortion")
|
||
|
{
|
||
|
}
|
||
|
|
||
|
public CIHoleDistortion(IntPtr handle)
|
||
|
: base(handle)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|