NSWindowFramePredicate Delegate

Definition

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

Parameters

window
NSWindow
newFrame
CGRect

Return Value

Applies to