This topic has not yet been rated Rate this topic

FrameRgn function

The FrameRgn function draws a border around the specified region by using the specified brush.

Syntax

BOOL FrameRgn(
  __in  HDC hdc,
  __in  HRGN hrgn,
  __in  HBRUSH hbr,
  __in  int nWidth,
  __in  int nHeight
);

Parameters

hdc [in]

Handle to the device context.

hrgn [in]

Handle to the region to be enclosed in a border. The region's coordinates are presumed to be in logical units.

hbr [in]

Handle to the brush to be used to draw the border.

nWidth [in]

Specifies the width, in logical units, of vertical brush strokes.

nHeight [in]

Specifies the height, in logical units, of horizontal brush strokes.

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
PaintRgn

 

 

Send comments about this topic to Microsoft

Build date: 9/7/2011

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