Qyoto.QTextLength.Value C# (CSharp) Method

Value() public method

public Value ( double maximumLength ) : double
maximumLength double
return double
        public double Value(double maximumLength)
        {
            return (double) interceptor.Invoke("value$", "value(qreal) const", typeof(double), typeof(double), maximumLength);
        }