RebarView_t::InitSpacingValues
Other versions of this page are also available for the following:
8/28/2008
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 |