CBitMask
Up

Purpose:
Represents a Boolean map corresponding to a bitmap, holding the value 0 for pixels belonging to the background and 1 for pixels belonging to the foreground.
Methods:
BOOL GetMaskAt(int,int) - Return TRUE if given pixel belongs to the foreground.
CRect &GetActualRect () - Return the minimal rectangle that holds all the pixels belonging to the foreground.
 

Home Up Next