Qyoto.QPainterPath.AddRoundedRect C# (CSharp) Method

AddRoundedRect() public method

public AddRoundedRect ( double x, double y, double w, double h, double xRadius, double yRadius ) : void
x double
y double
w double
h double
xRadius double
yRadius double
return void
        public void AddRoundedRect(double x, double y, double w, double h, double xRadius, double yRadius)
        {
            interceptor.Invoke("addRoundedRect$$$$$$", "addRoundedRect(qreal, qreal, qreal, qreal, qreal, qreal)", typeof(void), typeof(double), x, typeof(double), y, typeof(double), w, typeof(double), h, typeof(double), xRadius, typeof(double), yRadius);
        }

Same methods

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