Smartmobili.Cocoa.NSView.SetPostsBoundsChangedNotifications C# (CSharp) Method

SetPostsBoundsChangedNotifications() public method

public SetPostsBoundsChangedNotifications ( bool flag ) : void
flag bool
return void
        public virtual void SetPostsBoundsChangedNotifications(bool flag)
        {
            _post_bounds_changes = flag;
        }
NSView