Draw
method Draw(dst: Image; r: Rectangle; src: Image; sp: Point)
void Draw(Image dst, Rectangle r, Image src, Point sp)
func Draw(_ dst: Image, _ r: Rectangle, _ src: Image, _ sp: Point)
// .NET, .NET Standard 2.0 func Draw(dst Image, r Rectangle, src Image, sp Point) // Island func Draw(dst Image, r Rectangle, src Image, sp Point) void
Sub Draw(dst As Image, r As Rectangle, src As Image, sp As Point)
Parameters: