JVCL Help:TSegmentRenderInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TSegmentRenderInfo type
[+] JvSegmentedLEDDisplay.pas Records
[+] TSegmentRenderInfo Fields
Search in JVCL Help
Search in all projectsSummary
Represents the rendering info for a segment.
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. |
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.
About
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