Class ILMatrixDisplay.TILExternalMatrixDisplayMatrixLayer
 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' ExternalMatrixDisplayMatrixLayer : [[Class ILMatrixDisplay.TILExternalMatrixDisplayElement|Mitov.InstrumentLab.ExternalMatrixDisplayElement]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:31, 26 June 2013
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: TILExternalMatrixDisplayElement
Syntax
Delphi:
type TILExternalMatrixDisplayMatrixLayer = class( TILExternalMatrixDisplayElement, ILPMatrixComponentElement )
C++ Builder:
class TILExternalMatrixDisplayMatrixLayer : public TILExternalMatrixDisplayElement
Visual C++ (MFC):
class CTILExternalMatrixDisplayMatrixLayer : public CTILExternalMatrixDisplayElement
C# (.NET):
public ref class ExternalMatrixDisplayMatrixLayer : Mitov.InstrumentLab.ExternalMatrixDisplayElement
Summary
Matrix layer drawing matrix display.
Description
Use this matrix layer to display matrix display over the matrix.
Diagram:
Example:
From TILExternalMatrixDisplayElement
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()
 

