Qyoto.QPainterPath.AddRoundedRect C# (CSharp) Method

AddRoundedRect() public method

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

Same methods

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 ) : void
QPainterPath::AddRoundedRect ( double x, double y, double w, double h, double xRadius, double yRadius, Qt mode ) : void