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

GetFrame() 공개 메소드

public GetFrame ( ) : NSRect
리턴 NSRect
        public virtual NSRect GetFrame()
        {
            return _frame;
        }
NSView