NSWindowFrame Delegate

Definition

public delegate CoreGraphics.CGRect NSWindowFrame(NSWindow window, CGRect newFrame);
type NSWindowFrame = delegate of NSWindow * CGRect -> CGRect

Parameters

window
NSWindow
newFrame
CGRect

Return Value

Applies to