B4J Question WARNING: Illegal reflective access by anywheresoftware.b4a.objects.B4XCanvas ...

MarkusR

Well-Known Member
Licensed User
Longtime User
hello,
i try to use this command DrawPathRotated
B4X:
Private path As B4XPath
path.InitializeArc(width / 2.0,height / 2.0,radius,0,90)
Sub Paint(cvs As B4XCanvas)
cvs.DrawPathRotated(path,xui.Color_ARGB(alpha,red,green,blue),filled,strokewidth,degree,vx,vy)
my intent was to draw vector graphics

i got this warning:
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…