Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XdDrawPoint(3X)  —  Kubota Pacfic Computer Inc. (X Direct Graphics)

NAME

XdDrawPoint, XdDrawPointRGB, XdDrawPointList, XdDrawPointRGBList − point drawing functions

SYNOPSIS

XdDrawPoint − draw a single point in the current base color
XdDrawPointRGB − draw single point with specified color
XdDrawPointList − draw list of points in current base color
XdDrawPointRGBList − draw list of point in specified colors
XdDrawPoint(wh, points)
   WindowHandle   ∗wh;
   XdPoint        ∗point;
XdDrawPointRGB(wh, point, color)
   WindowHandle   ∗wh;
   XdPoint        ∗point;
   XdColor        ∗color;
XdDrawPointList(wh, points, npoints)
   WindowHandle   ∗wh;
   XdPoint        ∗points;
   int             npoints;
XdDrawPointRGBList(wh, points, colors, npoints)
   WindowHandle   ∗wh;
   XdPoint        ∗points;
   XdColor        ∗colors;
   int             npoints;

wh Specifies the window to draw into

points Specifies the points

colors Specifies the colors of the points

npoints Specifies the number of points in the list

GEOMETRIC OUTPUT

Use XdDrawPoint to draw a single point on the screen in the current base color. 

Use XdDrawPointRGB to draw a single point on the screen with a specified color. 

Use XdDrawPointList to draw a list of points on the screen in the current base color. 

Use XdDrawPointRGBList to draw a list of points on the screen with specified colors. 

September 02, 1992

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