Qyoto.QWidget.PaintingActive C# (CSharp) Method

PaintingActive() public method

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