Share via


PATHOBJ_vGetBounds (Windows Embedded CE 6.0)

1/6/2010

This function retrieves the bounding rectangle for the specified path.

Syntax

VOID PATHOBJ_vGetBounds(
  PATHOBJ* ppo,
  PRECTFX prectfx
);

Parameters

  • ppo
    [in] Pointer to a PATHOBJ structure that describes the path for which a bounding rectangle is to be calculated.
  • prectfx
    [out] Pointer to the address where to write the RECTFX structure. The returned rectangle excludes the bottom and right edges. You can specify an empty rectangle by setting all four members of the RECTFX structure to zero.

Return Value

None.

Requirements

Header winddi.h
Library Ddi_ati_lib.lib, Ddi_flat_lib.lib, Ddi_gx_lib.lib, Ddi_mq200_lib.lib, Ddi_nop_lib.lib, Ddi_rflat_lib.lib, Ddi_rgx_lib.lib, Ddi_tvia5_lib.lib
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

GDI Functions for Display Drivers