Smartmobili.Cocoa.NSView.GetBounds C# (CSharp) Method

GetBounds() public method

public GetBounds ( ) : NSRect
return NSRect
        public virtual NSRect GetBounds()
        {
            return _bounds;
        }
NSView