Share via


RebarView_t::InitSpacingValues (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the spacing between items in a rebar.

Syntax

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 Value

None.

Requirements

Header rebarview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RebarView_t