This topic has not yet been rated - Rate this topic

PaintRgn function

Applies to: desktop apps only

The PaintRgn function paints the specified region by using the brush currently selected into the device context.

Syntax

BOOL PaintRgn(
  __in  HDC hdc,
  __in  HRGN hrgn
);

Parameters

hdc [in]

Handle to the device context.

hrgn [in]

Handle to the region to be filled. The region's coordinates are presumed to be logical coordinates.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wingdi.h (include Windows.h)

Library

Gdi32.lib

DLL

Gdi32.dll

See also

Regions Overview
Region Functions
FillRgn

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ