SL_SetLineStyle


NAME
SL_SetLineStyle -- sets the line pattern.

SYNOPSIS
SL_SetLineStyle(winhandle, pattern);
A0 D0

void SL_SetLineStyle(WINHANDLE, UWORD);

FUNCTION
Sets the line pattern. The pattern is a 16 bit pattern, where
a 1 represents an on pixel and a 0 represents and off pixel.

INPUTS
winhandle - as returned by SL_CreateWindowA.
pattern - a 16 bit pattern.

NOTE
The Mac handles line and fill patterns as the same thing. There is
only one drawing pattern which is 8x8 in size and always rendered with
respect to 0,0.

SEE ALSO
SL_SetDrawMode, SL_SetForePen, SL_SetBackPen, SL_SetFillStyle, SL_SetFont.

 

SL_SetLineStyle  Command Section By Type  url:SL_SetLineStyle
  created:2008-03-01 23:36:24   last updated:2008-03-01 23:36:24
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_SetLineStyle
There are no user contributed comments for this page.