click below
click below
Normal Size Small Size show me how
CPI Module 14
Coordinate Systems, PictureBoxes, Animation, Graphics
| Question | Answer |
|---|---|
| Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors | Color Dialog Control |
| Control that displays an image | PictureBox |
| Controls the image sizing and position | Size Mode |
| Allows the programmer to specify how many milliseconds laps when executing the block of code | Interval |
| Generates recurring events, code inside the timer event will recur until the timer is stopped | Timer |
| Top left corner of form or object is 0,0 | Origin |
| Smallest points you can locate on the form | Pixels |
| The default system is made up of rows and columns of pixels | Coordinate System |
| Used to indicate the width of an object | Width Property |
| Used to indicate the height of an object | Height Property |
| Clears the drawing surface with a certain color | Clear(color) |