Microsoft SDK for Java

Graphics.drawLines

Draws a series of connected lines based on an array of points, and applies a raster operation to the drawing.

Syntax

public final void drawLines( Point[] points )

public final void drawLines( Point[] points, RasterOp op )

Parameters

points

An array of Point objects that specify the lines to draw.

op

A RasterOp object that describes how to render the points.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.