public class QPen: QtSupport, System.IDisposable
System.Object
QtSupport
QPenThis type implements System.IDisposable.
Qt Namespace
QPen Constructors
QPen() Constructor
QPen(Qt.PenStyle) Constructor
QPen(Qt.QColor, uint, Qt.PenStyle) Constructor
QPen(Qt.QColor, uint, Qt.PenStyle, Qt.PenCapStyle, Qt.PenJoinStyle) Constructor
QPen(Qt.QPen) Constructor
QPen(Qt.QColor) Constructor
QPen(Qt.QColor, uint) Constructor
QPen(void *) Constructor
QPen Methods
QPen.CapStyle Method
QPen.Color Method
QPen.Finalize Method
QPen.JoinStyle Method
QPen.SetCapStyle Method
QPen.SetColor Method
QPen.SetJoinStyle Method
QPen.SetStyle Method
QPen.SetWidth Method
QPen.Style Method
QPen.Width Method
public void QPen();
Qt.QPen Class, Qt Namespace
public void QPen(Qt.PenStyle arg1);
Qt.QPen Class, Qt Namespace
public void QPen(Qt.QColor color, uint width, Qt.PenStyle style);
Qt.QPen Class, Qt Namespace
public void QPen(Qt.QColor cl, uint w, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j);
Qt.QPen Class, Qt Namespace
public void QPen(Qt.QPen arg1);
Qt.QPen Class, Qt Namespace
public void QPen(Qt.QColor color);
Qt.QPen Class, Qt Namespace
public void QPen(Qt.QColor color, uint width);
Qt.QPen Class, Qt Namespace
public void QPen(void * ptr);
Qt.QPen Class, Qt Namespace
public Qt.PenCapStyle CapStyle();
Qt.QPen Class, Qt Namespace
public Qt.QColor Color();
Qt.QPen Class, Qt Namespace
protected override void Finalize();
Qt.QPen Class, Qt Namespace
public Qt.PenJoinStyle JoinStyle();
Qt.QPen Class, Qt Namespace
public void SetCapStyle(Qt.PenCapStyle arg1);
Qt.QPen Class, Qt Namespace
public void SetColor(Qt.QColor arg1);
Qt.QPen Class, Qt Namespace
public void SetJoinStyle(Qt.PenJoinStyle arg1);
Qt.QPen Class, Qt Namespace
public void SetStyle(Qt.PenStyle arg1);
Qt.QPen Class, Qt Namespace
public void SetWidth(uint arg1);
Qt.QPen Class, Qt Namespace
public Qt.PenStyle Style();
Qt.QPen Class, Qt Namespace
public uint Width();
Qt.QPen Class, Qt Namespace