Solved

To Make a Filled Rectangle Use the Syntax

Question 33

Multiple Choice

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)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions