Class ILMatrixDisplay.TILTextMatrixLayer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' TextMatrixLayer : [[Class ULBasicControl.TLPBasicMatrixElement|Mitov.InstrumentLab.BasicMatrixElement]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 68: | Line 68: | ||
*[[Method function SLControlCollection.TLPComponentElement.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | *[[Method function SLControlCollection.TLPComponentElement.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | ||
*[[Method function SLControlCollection.TLPComponentElement.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | *[[Method function SLControlCollection.TLPComponentElement.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | ||
+ | *[[Method function SLControlCollection.TLPComponentElement.GetName() : String|function GetName() : String]] | ||
*[[Method procedure SLControlCollection.TLPComponentElement.InvalidateSize()|procedure InvalidateSize()]] | *[[Method procedure SLControlCollection.TLPComponentElement.InvalidateSize()|procedure InvalidateSize()]] | ||
Line 81: | Line 82: | ||
=== Public === | === Public === | ||
+ | *[[Method function SLComponentCollection.TSLComponentItem.GetParentComponent() : TComponent|function GetParentComponent() : TComponent]] | ||
+ | *[[Method function SLComponentCollection.TSLComponentItem.HasParent() : Boolean|function HasParent() : Boolean]] | ||
+ | *[[Method function SLComponentCollection.TSLComponentItem.GetOwnerList() : TSLComponentItems|function GetOwnerList() : TSLComponentItems]] | ||
*[[Method function SLComponentCollection.TSLComponentItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | *[[Method function SLComponentCollection.TSLComponentItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | ||
*[[Method function SLComponentCollection.TSLComponentItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | *[[Method function SLComponentCollection.TSLComponentItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | ||
[[Category:Matrix Layers]][[Category:Classes]] | [[Category:Matrix Layers]][[Category:Classes]] |
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: 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()