Question: Graphics2D class has a method to draw a Polygon in the following form: Select one a draw_fill (new Polygon(int[] xpoints, int[] ypoints, int npoints) );

Graphics2D class has a method to draw a Polygon in the following form: Select one a draw_fill (new Polygon(int[] xpoints, int[] ypoints, int npoints) ); b. None of them c fill(new Polygon(int[] xpoints int[ypoints, int npoints) d. draw (new Polygon(int[] xpoints, int[] ypoints, int npoints))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
