RebarView_t::InitSpacingValues (Windows CE 5.0)

Send Feedback

This method retrieves the spacing between items in a rebar.

static void InitSpacingValues(int* pstartspace,int* pgripperwidth,int* pinterspace);

Parameters

  • pstartspace
    [out] Pointer to an integer that receives the amount of space, in pixels, between the left side of the rebar and the location at which an application should start drawing.
  • pgripperwidth
    [out] Pointer to an integer that receives the width of the gripper, in pixels.
  • pinterspace
    [out] Pointer to an integer that receives the width of the space between the items in the rebar, in pixels.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rebarview.hpp.

See Also

RebarView_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.