Поделиться через


PATHOBJ_vGetBounds (Windows CE 5.0)

Send Feedback

This function retrieves the bounding rectangle for the specified path.

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 Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winddi.h.
Link 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, or Ddi_tvia5_lib.lib.

See Also

GDI Functions for Display Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.