Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
You can set the width and color for both Pen and Brush objects.
A)True
B)False
2
When you create a new Brush object, you set the color using the built-in Color constants such as Color.Red and Color.Blue.
A)True
B)False
3
The width of the Pen object is set in inches.
A)True
B)False
4
A Pen object is instantiated by specifying the color and sometimes the width.
A)True
B)False
5
Only one Pen object can be created for each form.
A)True
B)False
6
Brush objects are used to create filled figures such as rectangles and ellipses.
A)True
B)False
7
All graphics are measured from the upper-left corner of the form, even if the graphics are placed in a container such as a PictureBox or a Button control.
A)True
B)False
8
All objects that require specification of X and Y coordinates will accept a Point structure.
A)True
B)False
9
The width and height of a Size structure are floating point numbers that specify the size in pixels.
A)True
B)False
10
The DrawLine method of the Graphics class is used to draw a line from one point to another.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 13 > True or False