Partager via


RebarView_t::InitSpacingValues

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.