Class ILMatrixDisplay.TILExternalMatrixDisplayMatrixLayer
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 TILExternalMatrixDisplayMatrixLayer : Mitov.InstrumentLab.ExternalMatrixDisplayElement
Summary
Matrix layer drawing matrix display.
Description
Use this matrix layer to display matrix display over the matrix.
Example:
From TILExternalMatrixDisplayElement
Properties
Published
Methods
Public
- procedure Draw(AGraphics : IGPGraphics; AContoursOnly : Boolean; ARadiusX : Single; ARadiusY : Single; Width : Single; Height : Single; AXCoeff : Single; AYCoeff : Single)
 - procedure InvalidateSize()
 - procedure Invalidate()
 
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 TULBasicControl
Properties
Published
Methods
Public
Events
From TLPTransparentControl
Properties
Published
Methods
Public
- procedure SetParent(AParent : TWinControl)
 - procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 - procedure DoLayerDraw(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single; AContoursOnly : Boolean)
 - procedure SetTransparentBackground(ABitmap : TBitmap)
 - procedure InvalidateBackground()
 
From TLPControlDrawLayer
Methods
Public
- procedure DoLayerBegin(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single)
 - procedure DoLayerEnd()
 - procedure DoLayerDraw(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single; AContoursOnly : Boolean)
 - procedure DoLayerMouseMove(AShift : TShiftState; AX : Integer; AY : Integer)
 - procedure DoLayerMouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer)
 - procedure DoLayerMouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer)
 - procedure DoLayerMouseWheelDown(AShift : TShiftState; AX : Integer; AY : Integer)
 - procedure DoLayerMouseWheelUp(AShift : TShiftState; AX : Integer; AY : Integer)
 - procedure DoLayerMouseEnter()
 - procedure DoLayerMouseLeave()
 - procedure SetChachedData(ALink : TObject; AData : TObject)
 - procedure AddLayerLink(ALink : TLPLayerCollectionItem)
 - procedure RemoveLayerLink(ALink : TLPLayerCollectionItem)
 
From TSLCustomControlItem
Properties
Public
Methods
Public
- procedure SetParent(AParent : TWinControl)
 - function GetHasEnable() : Boolean
 - function GetCanDisable() : Boolean
 - procedure SetParentComponent(AValue : TComponent)
 
