To make a filled rectangle use the syntax:
a) FillRectangle(Pen p, Integer x, Integer y, Integer width,
Integer height)
b) DrawRectangle(Pen p, Integer x, Integer y, Integer width,
Integer height)
c) FillRectangle(Brush b, Integer x, Integer y, Integer
width, Integer height)
d) DrawRectangle(Brush b, Integer x, Integer y, Integer
width, Integer height)
c) FillRectangle(Brush b, Integer x, Integer y, Integer
width, Integer height)
Computer Science & Information Technology
You might also like to view...
Which of the following protocols operates at the network layers of the OSI model?
A. UDP B. TCP C. PPP D. IP
Computer Science & Information Technology
Designing a Java program is similar to designing an Alice program.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology