Bitmap
- Added doc comments to all of its methods. - `Bitmap::Load` methods now returns `Handle<Bitmap>`. - `Bitmap::Load(IStream *)` now accepts `IStream &`. - `Bitmap::{GetPixel, SetPixel}` now perform bounds checking in release builds.