C Library Functions  - plain_rect (3)

NAME

plain_rect(3f) - [M_drawplus] - draw a simple rectangle that does not act as a polygon (LICENSE:MIT)

CONTENTS

Synopsis
Description
Options
Example
Author
License

SYNOPSIS

subroutine plain_rect(x1,y1,x2,y2)

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

DESCRIPTION

The M_draw(3fm) routine rect(3f) is treated as a polygon. This simple routine ensures just the outline of the box is draw regardless of whether polygon fill or hatchfill mode is on.

OPTIONS

X1,Y1 coordinates of a corner of the box
X2,Y2 coordinates of opposite corner of the box

EXAMPLE

AUTHOR

John S. Urban

LICENSE

MIT License


Nemo Release 3.1 plain_rect (3) June 29, 2025
Generated by manServer 1.08 from 86a90f83-4aa6-4fe4-a1c5-84f576bd1012 using man macros.