2013-03-15 2 views

답변

0

오버라이드 된 onDraw 방법

private void onDraw(Canvas c){ 

invalidate(); 
super.onDraw(); 

//detect position of two fingers touching screen to define the corners of your rectangle 

//draw your rectangle 
}