Class ILMatrixDisplay.TILMatrixDisplayLayer
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 TILMatrixDisplayLayer = class( TILMatrixDisplay )
C++ Builder:
class TILMatrixDisplayLayer : public TILMatrixDisplay
Visual C++ (MFC):
class CTILMatrixDisplayLayer : public CTILMatrixDisplay
C# (.NET):
public ref class TILMatrixDisplayLayer : Mitov.InstrumentLab.MatrixDisplay
Summary
Layer drawing matrix display.
Description
Add this layer to show a matrix display.
Diagram:
Example:
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()
 

