Smartmobili.Cocoa.NSView.SetPostsBoundsChangedNotifications C# (CSharp) Метод

SetPostsBoundsChangedNotifications() публичный Метод

public SetPostsBoundsChangedNotifications ( bool flag ) : void
flag bool
Результат void
        public virtual void SetPostsBoundsChangedNotifications(bool flag)
        {
            _post_bounds_changes = flag;
        }
NSView