Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart.EnhancedCursor Class / FromStream Method


In This Topic
FromStream Method
In This Topic
Load a cursor from a stream.
Syntax
'Declaration
 
Public Shared Function FromStream( _
   ByVal stream As Stream _
) As Cursor
 
'Usage
 
Dim stream As Stream
Dim value As Cursor
 
value = FpChart.EnhancedCursor.FromStream(stream)

Parameters

stream
See Also