JVCL Help:TSegmentRenderInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents the rendering info for a segment.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 TSegmentRenderInfo = record
RenderType: TSegmentRenderType;
Points: TPointArray;
end;


Members

Members Description
RenderType: TSegmentRenderType; Specifies the segment render type.
Points: TPointArray; How these TPoint values are used depends on the render type flag.

run\JvSegmentedLEDDisplay.pas


Description

TSegmentRenderInfo represents the rendering info for a segment. It consists of a render type flag and an array of TPoint values. How this point array is interpreted depends on the render type flag.

run\JvSegmentedLEDDisplay.pas


About

Navigation

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