Qyoto.QWidget.PaintingActive C# (CSharp) Méthode

PaintingActive() public méthode

public PaintingActive ( ) : bool
Résultat bool
        public bool PaintingActive()
        {
            return (bool) interceptor.Invoke("paintingActive", "paintingActive() const", typeof(bool));
        }
QWidget