void DrawLine( int startPosX, int startPosY, int endPosX, int endPosY, ColorC color, ) { return _DrawLine(startPosX, startPosY, endPosX, endPosY, color); }