PATHOBJ_vGetBounds function (winddi.h)

The PATHOBJ_vGetBounds function retrieves the bounding rectangle for the specified path.

Syntax

ENGAPI VOID PATHOBJ_vGetBounds(
  PATHOBJ *ppo,
  PRECTFX prectfx
);

Parameters

ppo

Pointer to a PATHOBJ structure that describes the path for which a bounding rectangle is to be calculated.

prectfx

Pointer to the address where the RECTFX structure is to be written. The returned rectangle is exclusive of the bottom and right edges. An empty rectangle is specified by setting all four RECTFX members to zero. For a description of this data type, see GDI Data Types.

Return value

None

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