JVCL Help:TSegmentRenderType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TSegmentRenderType type
Search in JVCL Help
Search in all projectsSummary
Type used to specify the render type of a segment.
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. |
Description
The TSegmentRenderType type is used to specify the render type of a segment.
About
no pages or subcategories
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