Manual Reference Pages  - line (3m_pixel)

NAME

line(3f) - [M_pixel:DRAW] draw line between two points (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Author
License

SYNOPSIS

definition:

   subroutine line(x1,y1, x2,y2 )
   real,intent(in)            :: x1,y1,x2,y2

DESCRIPTION

Draw line between two points using current line width and color

OPTIONS

X1,Y1 starting point for line segment
X2,Y2 end point for line segment

AUTHOR

John S. Urban

LICENSE

Public Domain


Nemo Release 3.1 line (3m_pixel) April 21, 2023
Generated by manServer 1.08 from dd92f80c-4f32-4230-bb9d-9505c6b236a0 using man macros.