mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-15 23:13:33 +08:00
7 lines
132 B
C#
7 lines
132 B
C#
![]() |
using System;
|
||
|
|
||
|
namespace CPF.Mac.CoreGraphics
|
||
|
{
|
||
|
internal delegate void DrawPatternCallback(IntPtr voidptr, IntPtr cgcontextref);
|
||
|
}
|