Method styl
| Improve this Doc View Sourcestyl(Int32[], Int32[])
plstyl: Set line style
Declaration
public void styl(Int32[] mark, Int32[] space)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | mark | A vector containing the lengths of the segments during which the pen is down, measured in micrometers. |
Int32[] | space | A vector containing the lengths of the segments during which the pen is up, measured in micrometers. |
Remarks
This sets up the line style for all lines subsequently drawn. A line consists of segments in which the pen is alternately down and up. The lengths of these segments are passed in the vectors mark and space respectively. The number of mark-space pairs is specified by nms. In order to return the line style to the default continuous line, plstyl should be called with nms =0 .(see also pllsty)