I am trying to draw a rectangle over a canvas and I am facing troubles to understand the in-depth of rectangle draw of Android. I\'ve read tutorials and every possible but I
canvas.drawRect(left,top,right,bottom,paint);
In this
left: distance of the left side of rectangular from left side of canvas.
top:Distance of top side of rectangular from the top side of canvas