CRgn::GetRegionData
Visual Studio 2005
Fills the specified buffer with data describing the region.
int GetRegionData( LPRGNDATA lpRgnData, int nCount ) const;
Parameters
- lpRgnData
-
Points to a RGNDATA data structure that receives the information. If this parameter is NULL, the return value contains the number of bytes needed for the region data.
- nCount
-
Specifies the size, in bytes, of the lpRgnData buffer.