'Declaration Public Shared Function FromStream( _ ByVal stream As Stream _ ) As Cursor
'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)
'Usage
Dim stream As Stream Dim value As Cursor value = FpChart.EnhancedCursor.FromStream(stream)
public static Cursor FromStream( Stream stream )
FpChart.EnhancedCursor Class FpChart.EnhancedCursor Members