CPF/CPF.Mac/Mac/AppKit/NSImageRect.cs

8 lines
153 B
C#
Raw Normal View History

2023-11-21 23:05:03 +08:00
using CPF.Mac.CoreGraphics;
using CPF.Mac.Foundation;
namespace CPF.Mac.AppKit
{
public delegate NSImage NSImageRect(NSObject sender, CGRect aRect);
}