Qyoto.QPainterPath.ArcTo C# (CSharp) Method

ArcTo() public method

public ArcTo ( Qyoto.QRectF rect, double startAngle, double arcLength ) : void
rect Qyoto.QRectF
startAngle double
arcLength double
return void
        public void ArcTo(QRectF rect, double startAngle, double arcLength)
        {
            interceptor.Invoke("arcTo#$$", "arcTo(const QRectF&, qreal, qreal)", typeof(void), typeof(QRectF), rect, typeof(double), startAngle, typeof(double), arcLength);
        }

Same methods

QPainterPath::ArcTo ( double x, double y, double w, double h, double startAngle, double arcLength ) : void