public class QPicture: QPaintDevice, System.IDisposable
System.Object
QtSupport
QPaintDevice
QPictureThis type implements System.IDisposable.
Qt Namespace
QPicture Constructors
QPicture(int) Constructor
QPicture(Qt.QPicture) Constructor
QPicture() Constructor
QPicture(void *) Constructor
QPicture Methods
QPicture.BoundingRect Method
QPicture.Cmd Method
QPicture.Copy Method
QPicture.Data Method
QPicture.Detach Method
QPicture.Finalize Method
QPicture.IsNull Method
QPicture.Load(Qt.QIODevice, System.String) Method
QPicture.Load(System.String, System.String) Method
QPicture.Load(Qt.QIODevice) Method
QPicture.Load(System.String) Method
QPicture.Metric Method
QPicture.Play Method
QPicture.Save(Qt.QIODevice, System.String) Method
QPicture.Save(System.String, System.String) Method
QPicture.Save(Qt.QIODevice) Method
QPicture.Save(System.String) Method
QPicture.SetData Method
QPicture.Size Method
public void QPicture(int formatVersion);
Qt.QPicture Class, Qt Namespace
public void QPicture(Qt.QPicture arg1);
Qt.QPicture Class, Qt Namespace
public void QPicture();
Qt.QPicture Class, Qt Namespace
public void QPicture(void * ptr);
Qt.QPicture Class, Qt Namespace
public Qt.QRect BoundingRect();
Qt.QPicture Class, Qt Namespace
protected bool Cmd(int arg1, Qt.QPainter arg2, Qt.QPDevCmdParam arg3);
Qt.QPicture Class, Qt Namespace
protected Qt.QPicture Copy();
Qt.QPicture Class, Qt Namespace
public System.String Data();
Qt.QPicture Class, Qt Namespace
protected void Detach();
Qt.QPicture Class, Qt Namespace
protected override void Finalize();
Qt.QPicture Class, Qt Namespace
public bool IsNull();
Qt.QPicture Class, Qt Namespace
public bool Load(Qt.QIODevice dev, System.String format);
Qt.QPicture Class, Qt Namespace
public bool Load(System.String fileName, System.String format);
Qt.QPicture Class, Qt Namespace
public bool Load(Qt.QIODevice dev);
Qt.QPicture Class, Qt Namespace
public bool Load(System.String fileName);
Qt.QPicture Class, Qt Namespace
protected int Metric(int arg1);
Qt.QPicture Class, Qt Namespace
public bool Play(Qt.QPainter arg1);
Qt.QPicture Class, Qt Namespace
public bool Save(Qt.QIODevice dev, System.String format);
Qt.QPicture Class, Qt Namespace
public bool Save(System.String fileName, System.String format);
Qt.QPicture Class, Qt Namespace
public bool Save(Qt.QIODevice dev);
Qt.QPicture Class, Qt Namespace
public bool Save(System.String fileName);
Qt.QPicture Class, Qt Namespace
public void SetData(System.String data, uint size);
Qt.QPicture Class, Qt Namespace
public uint Size();
Qt.QPicture Class, Qt Namespace