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

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

public GetBounds ( ) : NSRect
Результат NSRect
        public virtual NSRect GetBounds()
        {
            return _bounds;
        }
NSView