TVisibleBufferInfo
Represents the visual properties and information about an indicator buffer.
Properties
Property
Type
Description
buffer
The buffer associated with the visible info
name
string
The name of the buffer
paintFrom
number
The starting point for painting the buffer
Constructor
constructor(visibleBufferInfo: IVisibleIndexBuffer)
constructor(visibleBufferInfo: IVisibleIndexBuffer)
Initializes a new instance of the TVisibleBufferInfo
class.
Parameters:
visibleBufferInfo
: An object implementingIVisibleIndexBuffer
interface.
Example Usage
Last updated