Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart.EnhancedCursor Class / FromFile Method


In This Topic
    FromFile Method
    In This Topic
    Load a cursor from an input file.
    Syntax
    'Declaration
     
    
    Public Shared Function FromFile( _
       ByVal path As String _
    ) As Cursor
    'Usage
     
    
    Dim path As String
    Dim value As Cursor
     
    value = FpChart.EnhancedCursor.FromFile(path)
    public static Cursor FromFile( 
       string path
    )

    Parameters

    path
    See Also