IGridProvider (ITF) ¶ INTERFACE IGridProvider Provides information about a grid. Properties: NumberOfColumns NumberOfRows Methods: GetColumnWidth GetRowHeight Structure: GetColumnWidth (Method) GetRowHeight (Method) NumberOfColumns (Property) NumberOfRows (Property)
IGridProvider.GetColumnWidth (METH) ¶ METHOD GetColumnWidth : INT Returns the width of the column with the specified index. InOut: Scope Name Type Comment Return GetColumnWidth INT Input diColumnIndex DINT The index of the column. It can be assumed that 0 <= diRowIndex < NumberOfRows.
IGridProvider.GetRowHeight (METH) ¶ METHOD GetRowHeight : INT Returns the height of the row with the specified index. InOut: Scope Name Type Comment Return GetRowHeight INT Input diRowIndex DINT The index of the row. It can be assumed that 0 <= diRowIndex < NumberOfColumns.
IGridProvider.NumberOfColumns (PROP) ¶ PROPERTY NumberOfColumns : DINT The number of columns of the grid.
IPAADialog (ITF) ¶ INTERFACE IPAADialog EXTENDS __SYSTEM.IQueryInterface Methods: ClosePAADialog CollectRectangles HandlePAASelection SetTransformPAA Structure: ClosePAADialog (Method) CollectRectangles (Method) HandlePAASelection (Method) SetTransformPAA (Method)
IPAADialog.ClosePAADialog (METH) ¶ METHOD ClosePAADialog : BOOL InOut: Scope Name Type Return ClosePAADialog BOOL
IPAADialog.CollectRectangles (METH) ¶ METHOD CollectRectangles
ILayerManager.StartLayer (METH) ¶ METHOD StartLayer InOut: Scope Name Type Input layer IVisualElementLayer
ILayeredVisualElement (ITF) ¶ INTERFACE ILayeredVisualElement Methods: SetLayerManager Structure: SetLayerManager (Method)
ILayeredVisualElement.SetLayerManager (METH) ¶ METHOD SetLayerManager InOut: Scope Name Type Input layerManager ILayerManager