Qt.QPen Class

public class QPen: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QPen

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QPen() Constructor

public void QPen();

See Also

Qt.QPen Class, Qt Namespace

QPen(Qt.PenStyle) Constructor

public void QPen(Qt.PenStyle arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen(Qt.QColor, uint, Qt.PenStyle) Constructor

public void QPen(Qt.QColor color, uint width, Qt.PenStyle style);

See Also

Qt.QPen Class, Qt Namespace

QPen(Qt.QColor, uint, Qt.PenStyle, Qt.PenCapStyle, Qt.PenJoinStyle) Constructor

public void QPen(Qt.QColor cl, uint w, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j);

See Also

Qt.QPen Class, Qt Namespace

QPen(Qt.QPen) Constructor

public void QPen(Qt.QPen arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen(Qt.QColor) Constructor

public void QPen(Qt.QColor color);

See Also

Qt.QPen Class, Qt Namespace

QPen(Qt.QColor, uint) Constructor

public void QPen(Qt.QColor color, uint width);

See Also

Qt.QPen Class, Qt Namespace

QPen(void *) Constructor

public void QPen(void * ptr);

See Also

Qt.QPen Class, Qt Namespace

QPen.CapStyle Method

public Qt.PenCapStyle CapStyle();

See Also

Qt.QPen Class, Qt Namespace

QPen.Color Method

public Qt.QColor Color();

See Also

Qt.QPen Class, Qt Namespace

QPen.Finalize Method

protected override void Finalize();

See Also

Qt.QPen Class, Qt Namespace

QPen.JoinStyle Method

public Qt.PenJoinStyle JoinStyle();

See Also

Qt.QPen Class, Qt Namespace

QPen.SetCapStyle Method

public void SetCapStyle(Qt.PenCapStyle arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen.SetColor Method

public void SetColor(Qt.QColor arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen.SetJoinStyle Method

public void SetJoinStyle(Qt.PenJoinStyle arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen.SetStyle Method

public void SetStyle(Qt.PenStyle arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen.SetWidth Method

public void SetWidth(uint arg1);

See Also

Qt.QPen Class, Qt Namespace

QPen.Style Method

public Qt.PenStyle Style();

See Also

Qt.QPen Class, Qt Namespace

QPen.Width Method

public uint Width();

See Also

Qt.QPen Class, Qt Namespace