Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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.