NSWindowFramePredicate 委托

定义

public delegate bool NSWindowFramePredicate(NSWindow window, CGRect newFrame);
type NSWindowFramePredicate = delegate of NSWindow * CGRect -> bool

参数

window
NSWindow
newFrame
CGRect

返回值

适用于