7 lines
132 B
C#
7 lines
132 B
C#
using System;
|
|
|
|
namespace CPF.Mac.CoreGraphics
|
|
{
|
|
internal delegate void DrawPatternCallback(IntPtr voidptr, IntPtr cgcontextref);
|
|
}
|