'Declaration
Public Operator Narrowing CType( _ ByVal bitmap As IntervalBitmap _ ) As IndexBitmap
'Usage
public IndexBitmap operator explicit( IntervalBitmap bitmap )
Parameters
- bitmap
- The interval bitmap.
Return Value
The IndexBitmap result of the conversion.