DOKK / manpages / debian 11 / libncarg-dev / lined.3ncarg.en
LINED(3NCARG) NCAR GRAPHICS LINED(3NCARG)

LINED - Draws a line segment between two points whose user coordinates are given.

CALL LINED (XA,XB,YA,YB)

#include <ncarg/ncargC.h>

void c_lined (float xa, float xb, float ya, float yb)

(an input expression of type REAL) defines the X user coordinate of the starting point of a line segment.
(an input expression of type REAL) defines the Y user coordinate of the starting point of a line segment.
(an input expression of type REAL) defines the X user coordinate of the ending point of a line segment.
(an input expression of type REAL) defines the Y user coordinate of the ending point of a line segment.

The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

Use the ncargex command to see the following relevant examples: tdashc, tdashl, tdashp, tdashs, fcoord1, fcoord2, fdldashc, fdldashd, fgklnclr, fgklnwth dashdb, dashdc, frstd, lined, reset, vectd, ncarg_cbind

To use LINED or c_lined, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.

Online: dashline, dashline_params, curved, dashdb, dashdc, frstd, lastd, reset, vectd, ncarg_cbind

Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.

March 1993 UNIX