Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ interior_st(3G) — HP-UX 5.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fill_color(3G)

perimeter_color(3G)

perimeter_type(3G)

perimeter_repeat_length(3G)

polygon(3G)

rectangle(3G)

INTERIOR_STYLE(3G)

NAME

interior_style − select fill type and boundary visibility for subsequent filled area primitives

SYNOPSIS

C Syntax:

void interior_style(fildes,style,edged);
int fildes,style,edged;

FORTRAN77 Syntax:

subroutine interior_style(fildes,style,edged)
integer*4 fildes,style,edged

Pascal Syntax:

procedure interior_style(fildes,style,edged:integer);

DESCRIPTION

Input Parameters

fildes Integer file descriptor returned by gopen when an I/O path to a graphics device is opened. 

style INT_HOLLOW for a hollow interior;
INT_SOLID for a filled interior. 

edged Set to TRUE (1) if the boundary is to be drawn. 
Set to FALSE (0), for no drawn boundary. 
The edge is drawn with the current perimeter attributes.

Discussion

Hollow style areas are not filled. 

Solid style areas are filled with the current fill color. 

DEFAULTS

INT_SOLID, not edged. 

SEE ALSO

fill_color(3G), perimeter_color(3G), perimeter_type(3G), perimeter_repeat_length(3G), polygon(3G), rectangle(3G). 

Hewlett-Packard Company  —  May 11, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026