Spread Windows Forms 17
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)
    public static Cursor FromStream( 
       Stream stream
    )

    Parameters

    stream
    See Also