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