Qyoto.QWidget.Metric C# (CSharp) Method

Metric() private method

private Metric ( QPaintDevice arg1 ) : int
arg1 QPaintDevice
return int
        protected virtual int Metric(QPaintDevice.PaintDeviceMetric arg1)
        {
            return (int) interceptor.Invoke("metric$", "metric(QPaintDevice::PaintDeviceMetric) const", typeof(int), typeof(QPaintDevice.PaintDeviceMetric), arg1);
        }
QWidget