wndLineTo method

bool wndLineTo(
  1. double x,
  2. double y
)

Implementation

bool wndLineTo( double x, double y ){
	return wndLine( _wndMoveX, _wndMoveY, x, y );
}