<< SL_DrawText | SL_CalcTextLength >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawRuler
NAME
SL_DrawRuler -- draws a ruler
SYNOPSIS
SL_DrawRuler(winhandle, left, top, length, orientation, msys, scale, dir, start);
A0 D0 D1 D2 D3D4 D5 D6 D7
void SL_DrawRuler(WINHANDLE, WORD, WORD, UWORD, UWORD, UWORD, UWORD, WORD, COORD);
FUNCTION
INPUTS
winhandle -
left - the left edge of the ruler.
top - the top edge of the ruler.
orientation - one of GFXRULER_ORIENTATION_HORZ, GFXRULER_ORIENTATION_VERT, or GFXRULER_ORIENTATION_INTERSECT.
msys - the measurement system to use on the ruler. One of INCHES,CENTIMETERS, scale - the scale of the ruler in 100*SUNITS units.
dir - the direction of the ruler. Positive values are for left-right/top-bottom
increases. Negative values are for right-left/bottom-top increases.
start - the starting measurement on the ruler. This is what will be shown at
the left,top position.
SEE ALSO
SL_DrawRuler Command Section By Type url:SL_DrawRuler
created:2008-03-01 23:36:23 last updated:2008-03-01 23:36:23
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawRuler | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawText | SL_CalcTextLength >> |
Top: Documentation Library | Up: SoftLogik App Library API |