JVCL Help:TSegmentRenderType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to specify the render type of a segment.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 TSegmentRenderType = (
srtNone,
srtPolygon,
srtRect,
srtCircle
);


Members

Members Description
srtNone The TSegmentRenderInfo.Points array is not used.
srtPolygon The TSegmentRenderInfo.Points array are the points used in a call to TCanvas.Polygon.
srtRect Only the first two items of the TSegmentRenderInfo.Points array are used. THe first TPoint is the upper left corner and the second TPoint is the lower right corner.
srtCircle Only the first two items of the TSegmentRenderInfo.Points array are used. THe first TPoint is the upper left corner and the second TPoint is the lower right corner of the bounding rectangle.

run\JvSegmentedLEDDisplay.pas


Description

The TSegmentRenderType type is used to specify the render type of a segment.

run\JvSegmentedLEDDisplay.pas


About

Navigation

no pages or subcategories

run\JvSegmentedLEDDisplay.pas



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