Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors