Qyoto.QPainterPath.AddRoundRect C# (CSharp) Method

AddRoundRect() public method

public AddRoundRect ( Qyoto.QRectF rect, int roundness ) : void
rect Qyoto.QRectF
roundness int
return void
        public void AddRoundRect(QRectF rect, int roundness)
        {
            interceptor.Invoke("addRoundRect#$", "addRoundRect(const QRectF&, int)", typeof(void), typeof(QRectF), rect, typeof(int), roundness);
        }

Same methods

QPainterPath::AddRoundRect ( Qyoto.QRectF rect, int xRnd, int yRnd ) : void
QPainterPath::AddRoundRect ( double x, double y, double w, double h, int roundness ) : void
QPainterPath::AddRoundRect ( double x, double y, double w, double h, int xRnd, int yRnd ) : void