- Too many parameters: As you can see DrawBitmap expects 3 parameteres: 1.- Bmp, 2.- TargeRect1 and 3.- SkipBlending. You're sending 4 (1.- source, 2.- Null, 3.- x, 4.- y)
- Types not match: The function expects a kind of type, but you are sending another type parameter, and again, you're sending 4 parameters but you have to send 2
- Unknown member: clip. progressPath doesn't have any member called "clip"