Monday, September 21, 2009

Week 2 Reading

This week's reading:
List - Basic containment class. It's allowed to be returned as an IEnumerable if being used in a method.
Image - Image visualization class. Used in a Windows Form to display images in a window.
BitmapSource - A representation of a single image in data form at a set resolution.
Uri - "Uniform Resource Identifier" It gives read-only access to a file at local or URL destination.
CheckBox - Basic CheckBox. Can set dimensions and text. There's a bool check for checking its status. Can be linked to a method for action.

New: Copy of Visual Studio did not contain System.Windows.Controls namespace in the reference package. Instead I had to fool with Forms objects to get the d

Bitmap - An even more basic version of loading a bitmap. Constructor can be called with a string of the filepath.

PictureBox - An image frame that can hold an image like a Bitmap. Similar to Image, but seems to have less functionality.

No comments:

Post a Comment