JCL Help:DrawPolyLine

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Clips drawing of a line sequence to a rectangular region.


Pascal

 procedure DrawPolyLine(const Canvas: TCanvas; var Points: TPointArray; const ClipRect: TRect);


Parameters

Parameters Description
const Canvas: TCanvas The canvas to draw on.
var Points: TPointArray The array of points that define the line sequence.
const ClipRect: TRect The clipping rectangle.


Description

The DrawPolyline function draws a series of connected line segments, clipping them to the rectangle specified by ClipRect. The lines are drawn by connecting the points in the specified array by using the current pen.


About

Unit

JclGraphUtils


Donator

Robert Rossmair


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page