'Declaration
Public Sub GetInterval( _ ByVal index As Integer, _ ByRef start As Integer, _ ByRef end As Integer _ )
'Usage
Dim instance As IntervalBitmap Dim index As Integer Dim start As Integer Dim end As Integer instance.GetInterval(index, start, end)
Parameters
- index
- The interval range position.
- start
- The start index of the specified interval range.
- end
- The end index of the specified interval range.