Enum ILMatrixDisplay.TILSegmentShape
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: InstrumentLabPkg
Unit: ILMatrixDisplay
Contents |
Syntax
Delphi:
type TILSegmentShape = (ssEllipse, ssRectangle, ssRoundRectangle);
C++ Builder:
enum TILSegmentShape {ssEllipse, ssRectangle, ssRoundRectangle};
Visual C++ (MFC):
enum CTILSegmentShape {ssEllipse, ssRectangle, ssRoundRectangle};
Summary
Enumeration for segment shapes.
Description
Defines enumeration for segment shapes.
Values
ssEllipse | Elliptic segment. |
ssRectangle | Rectangle segment. |
ssRoundRectangle | Round rectangle segment. |