Class ILMatrixDisplay.TILExternalMatrixDisplayElement
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
Inherits: TILMatrixDisplay
Syntax
Delphi:
type TILExternalMatrixDisplayElement = class( TILMatrixDisplay, ILPComponentElement, ILPDrawComponentElement )
C++ Builder:
class TILExternalMatrixDisplayElement : public TILMatrixDisplay
Visual C++ (MFC):
class CTILExternalMatrixDisplayElement : public CTILMatrixDisplay
C# (.NET):
public ref class ExternalMatrixDisplayElement : Mitov.InstrumentLab.MatrixDisplay
Summary
Component element drawing external data matrix display.
Description
Use this component element to display external data matrix display.
Diagram:
Example:
Properties
Published
Methods
Public
From TILMatrixDisplay
Properties
Published
- Rows - Specifies the number of rows in the matrix.
- Cols - Specifies the number of columns in the matrix.
- Row - Specifies the currently selected row of the matrix.
- Col - Specifies the currently selected column of the matrix.
- Color - Specifies the color of the matrix display.
- Segmnts - Specifies the segments settings.
- Layers - Allows adding matrix component layers.
Public
- Pixels - Allows access to individual pixel of the matrix.
Methods
Public
Pins
- RowInputPin - The integer row selection input pin of the component.
- ColInputPin - The integer column selection input pin of the component.
PinLists
- InputPins - Pins providing color data for the pixels.
From TILBasicRotatableControl
Properties
Published
From TULBasicColorControl
Properties
Published
From TULBasicControl
Properties
Published
Methods
Public
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure CopyToBitmap(ABitmap : TBitmap)
Events
From TLPTransparentControl
Properties
Published
Methods
Public
- procedure SetParent(AParent : TWinControl)
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure SetTransparentBackground(ABitmap : TBitmap)
- procedure InvalidateBackground()