Поделиться через


CRgn::CreateFromPath

Creates a region from the path that is selected into the given device context.

BOOL CreateFromPath(
   CDC* pDC 
);

Параметры

  • pDC
    Identifies a device context that contains a closed path.

Возвращаемое значение

Nonzero if the function is successful; otherwise 0.

Заметки

The device context identified by the pDC parameter must contain a closed path. After CreateFromPath converts a path into a region, Windows discards the closed path from the device context.

Требования

Header: afxwin.h

См. также

Основные понятия

CRgn Class

CRgn Members

Hierarchy Chart

CDC::BeginPath

CDC::EndPath

CDC::SetPolyFillMode