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

_SetFrameAndClearAutoresizingError() public méthode

public _SetFrameAndClearAutoresizingError ( NSRect frameRect ) : void
frameRect NSRect
Résultat void
        public virtual void _SetFrameAndClearAutoresizingError(NSRect frameRect)
        {
            _frame = frameRect;
            _autoresizingFrameError = NSRect.Zero;
        }
NSView