New Bitmap() problem


m_bSmoothImage.smoothing = true;

m_bSmoothImage is a Bitmap();
Whenever I try to access smoothing I get this error:
Error #1009: Cannot access a property or method of a null object reference.

Any Ideas?