Wrap-Up
Answers to Self Review Exercises
17.1 |
a) False. Size is a read-only property. b) True. c) True. d) True. e) False. It returns the size of the current Font in design units. f) False. The coordinate (0,0) corresponds to the upper-left corner of a GUI component on which drawing occurs. g) False. A Pen is used to draw lines, a HatchBrush fills a shape with a hatch pattern. h) False. A color is defined by its alpha, red, green and blue content. i) True. j) True. |
17.2 |
a) Pen. b) LinearGradientBrush, PathGradientBrush. c) DrawLine. d) alpha, red, green, blue. e) points. f) TextureBrush. g) Windows Media Player h) GraphicsPath i) System.Drawing, System.Drawing.Drawing2D. j) FromFile. |