Qyoto.QPainterPath.AddRoundedRect C# (CSharp) Method

AddRoundedRect() public method

public AddRoundedRect ( Qyoto.QRectF rect, double xRadius, double yRadius, Qt mode ) : void
rect Qyoto.QRectF
xRadius double
yRadius double
mode Qt
return void
        public void AddRoundedRect(QRectF rect, double xRadius, double yRadius, Qt.SizeMode mode)
        {
            interceptor.Invoke("addRoundedRect#$$$", "addRoundedRect(const QRectF&, qreal, qreal, Qt::SizeMode)", typeof(void), typeof(QRectF), rect, typeof(double), xRadius, typeof(double), yRadius, typeof(Qt.SizeMode), mode);
        }

Same methods

QPainterPath::AddRoundedRect ( Qyoto.QRectF rect, double xRadius, double yRadius ) : void
QPainterPath::AddRoundedRect ( double x, double y, double w, double h, double xRadius, double yRadius ) : void
QPainterPath::AddRoundedRect ( double x, double y, double w, double h, double xRadius, double yRadius, Qt mode ) : void