Qyoto.QWidget.ChildAt C# (CSharp) Method

ChildAt() public method

public ChildAt ( Qyoto.QPoint p ) : QWidget
p Qyoto.QPoint
return QWidget
        public QWidget ChildAt(QPoint p)
        {
            return (QWidget) interceptor.Invoke("childAt#", "childAt(const QPoint&) const", typeof(QWidget), typeof(QPoint), p);
        }

Same methods

QWidget::ChildAt ( int x, int y ) : QWidget
QWidget