CPF/CPF.Mac/Mac/AppKit/NSImageRect.cs
2023-11-21 23:05:03 +08:00

8 lines
153 B
C#

using CPF.Mac.CoreGraphics;
using CPF.Mac.Foundation;
namespace CPF.Mac.AppKit
{
public delegate NSImage NSImageRect(NSObject sender, CGRect aRect);
}