Smartmobili.Cocoa.NSView._SetFrameAndClearAutoresizingError C# (CSharp) 메소드

_SetFrameAndClearAutoresizingError() 공개 메소드

public _SetFrameAndClearAutoresizingError ( NSRect frameRect ) : void
frameRect NSRect
리턴 void
        public virtual void _SetFrameAndClearAutoresizingError(NSRect frameRect)
        {
            _frame = frameRect;
            _autoresizingFrameError = NSRect.Zero;
        }
NSView