mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-15 23:13:33 +08:00
20 lines
299 B
C#
20 lines
299 B
C#
![]() |
using CPF.Mac.ObjCRuntime;
|
||
|
using System;
|
||
|
|
||
|
namespace CPF.Mac.CoreImage
|
||
|
{
|
||
|
[Since(6, 0)]
|
||
|
public class CISixfoldReflectedTile : CITileFilter
|
||
|
{
|
||
|
public CISixfoldReflectedTile()
|
||
|
: base("CISixfoldReflectedTile")
|
||
|
{
|
||
|
}
|
||
|
|
||
|
public CISixfoldReflectedTile(IntPtr handle)
|
||
|
: base(handle)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|