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

GetBounds() 공개 메소드

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