Class ILMatrixDisplay.TILTextMatrixLayer
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: TLPBasicMatrixElement
Contents | 
Syntax
Delphi:
type TILTextMatrixLayer = class( TLPBasicMatrixElement )
C++ Builder:
class TILTextMatrixLayer : public TLPBasicMatrixElement
Visual C++ (MFC):
class CTILTextMatrixLayer : public CTLPBasicMatrixElement
C# (.NET):
public ref class TextMatrixLayer : Mitov.InstrumentLab.BasicMatrixElement
Summary
Matrix layer drawing text.
Description
Use this matrix layer to display text.
Example:
Properties
Published
- Text - Specifies the text to be displayed.
 - Font - Specifies the Font of the text.
 - AntiAlias - Specifies if AntiAliasing will be used.
 
From TLPBasicMatrixElement
Properties
Published
From TLPComponentElement
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
 - function GetCanDisable() : Boolean
 - function GetName() : String
 - procedure InvalidateSize()
 
