Qyoto.Qt.Center C# (CSharp) Méthode

Center() public static méthode

public static Center ( Qyoto.QTextStream s ) : Qyoto.QTextStream
s Qyoto.QTextStream
Résultat Qyoto.QTextStream
        public static QTextStream Center(QTextStream s)
        {
            return (QTextStream) staticInterceptor.Invoke("center#", "center(QTextStream&)", typeof(QTextStream), typeof(QTextStream), s);
        }