PATHOBJ_bCloseFigure function (winddi.h)

The PATHOBJ_bCloseFigure function closes an open figure in a path by drawing a line from the current position to the first point of the figure.

Syntax

ENGAPI BOOL PATHOBJ_bCloseFigure(
  PATHOBJ *ppo
);

Parameters

ppo

Pointer to a PATHOBJ structure that identifies the path to be closed.

Return value

The return value is TRUE if the function is successful.

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

PATHOBJ