Smartmobili.Cocoa.NSView.SetPostsBoundsChangedNotifications C# (CSharp) Méthode

SetPostsBoundsChangedNotifications() public méthode

public SetPostsBoundsChangedNotifications ( bool flag ) : void
flag bool
Résultat void
        public virtual void SetPostsBoundsChangedNotifications(bool flag)
        {
            _post_bounds_changes = flag;
        }
NSView