lineTo method

bool lineTo(
  1. int x,
  2. int y
)

Implementation

bool lineTo( int x, int y ){
	return line( _imgMoveX, _imgMoveY, x, y );
}